Skip to content

Commit a285fd4

Browse files
authored
chore: fix typos (#447)
1 parent 501ca09 commit a285fd4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
## 0.17.1
1515

16-
- **Fix:** The cursor position doesn't unexpectedly change when typing fast/whitespace render mode chages/using `INSERT` mode in vscodevim
16+
- **Fix:** The cursor position doesn't unexpectedly change when typing fast/whitespace render mode changes/using `INSERT` mode in vscodevim
1717
- **Revert:** The cursor position changes if it was on the last character of the last line when the last newline was inserted. This is an expected regression that will be fixed in the next version after the VSCode update
1818

1919
## 0.17.0
2020

2121
- **New:** add option to disable the "Generate .editorconfig" context menu entry (by @SunsetTechuila)
2222
- **New:** allow the extension to be active in untrusted workspaces (by @jashug)
23-
- **Fix:** aply formatting before file saving (by @SunsetTechuila)
23+
- **Fix:** apply formatting before file saving (by @SunsetTechuila)
2424

2525
## 0.16.7
2626

src/EditorConfigCompletionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class EditorConfigCompletionProvider implements CompletionItemProvider {
111111
}
112112

113113
public resolveCompletionItem(item: CompletionItem): CompletionItem {
114-
// return the item itself because it already constains all the info
114+
// return the item itself because it already contains all the info
115115
// necessary to display the details
116116
return item
117117
}

0 commit comments

Comments
 (0)