From 916bafd1fe2e594be0bd9151916469d4d3eafc85 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Tue, 27 Jul 2021 22:42:02 +0900 Subject: [PATCH] Fix typo in pawDrawEditor.ts occured -> occurred --- custom-editor-sample/src/pawDrawEditor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */