diff --git a/custom-editor-sample/src/pawDrawEditor.ts b/custom-editor-sample/src/pawDrawEditor.ts index f4d1ea3d..37af307a 100644 --- a/custom-editor-sample/src/pawDrawEditor.ts +++ b/custom-editor-sample/src/pawDrawEditor.ts @@ -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. */