Fix typo in pawDrawEditor.ts

occured -> occurred
This commit is contained in:
Ikko Ashimine
2021-07-27 22:42:02 +09:00
committed by GitHub
parent 1748ee928e
commit 916bafd1fe

View File

@ -81,7 +81,7 @@ class PawDrawDocument extends Disposable implements vscode.CustomDocument {
redo(): void,
}>());
/**
* Fired to tell VS Code that an edit has occured in the document.
* Fired to tell VS Code that an edit has occurred in the document.
*
* This updates the document's dirty indicator.
*/