Skip to content

Commit 2564fe7

Browse files
authored
Fix a typo (continuousHinting not continiousHinting)
1 parent 75823e8 commit 2564fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Place your cursor on a variable, function, etc and all the usages will be highli
4141

4242
- Certain characters, for example '.' (dot) in Python, will automatically trigger
4343
completion.
44-
- You can choose to receive the completion suggestions as you type by enabling `continiousHinting` setting.
44+
- You can choose to receive the completion suggestions as you type by enabling `continuousHinting` setting.
4545

4646
![invoke](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/autocompletion.gif)
4747

0 commit comments

Comments
 (0)