Skip to content

Commit 2f9dbf0

Browse files
committed
Lint readme
1 parent 35914f3 commit 2f9dbf0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Place your cursor on a variable, function, etc and all the usages will be highli
3737

3838
### Automatic Completion and Continuous Hinting
3939

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

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

@@ -55,7 +55,6 @@ Advanced static-analysis autocompletion without a running kernel
5555

5656
![autocompletion](https://raw.githubusercontent.com/krassowski/jupyterlab-lsp/master/examples/screenshots/completions-Julia-Python-R.gif)
5757

58-
5958
#### The runtime kernel suggestions are still there
6059

6160
When a kernel is available the suggestions from the kernel (such as keys of a

0 commit comments

Comments
 (0)