Skip to content

Commit b96dd33

Browse files
committed
Fix typo
1 parent f05cca4 commit b96dd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
Not all of these are supported by all TypeScript versions. Setting some options can also break things, so tread carefully.
3232

33-
Note that `includeCompletionsForModuleExports` controls autocompletion behaviour: if it is enabled, autocompletions from all project module exports will be added for "bare" exports. Whether this is desirable depends on your perspective and the project you're working on, hence the option is opt-in.
33+
Note that `includeCompletionsForModuleExports` controls autocompletion behaviour: if it is enabled, autocompletions from all project module exports will be added for "bare" identifiers. Whether this is desirable depends on your perspective and the project you're working on, hence the option is opt-in.
3434

3535
- Add support for completions with code actions
3636

0 commit comments

Comments
 (0)