Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit 009b767

Browse files
Fix typo
1 parent 388d9b6 commit 009b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/snippet-expansion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ module.exports = class SnippetExpansion {
354354
if (lastMarker.isDestroyed()) {
355355
return false
356356
} else {
357-
this.seditor.setCursorBufferPosition(lastMarker.getEndBufferPosition())
357+
this.editor.setCursorBufferPosition(lastMarker.getEndBufferPosition())
358358
return true
359359
}
360360
}

0 commit comments

Comments
 (0)