mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
Fix typo in pawDrawEditor.ts
occured -> occurred
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user