1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Docs: Fix typo

This commit is contained in:
ed 2021-12-20 08:43:05 +00:00
parent f052e1becb
commit fe47c135a5

View file

@ -232,7 +232,7 @@ public:
If it does need saving it'll prompt the user, and if they say "discard changes" the
callback will be called with savedOk, so again, you can safely delete the document.
If the user clicks "cancel", the callback will be aclled with userCancelledSave, so
If the user clicks "cancel", the callback will be called with userCancelledSave, so
you can abort the close-document operation.
And if they click "save changes", it'll try to save and the callback will be called