File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/jupyter_contrib_nbextensions/nbextensions/spellchecker Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ spelled words in Markdown and Raw cells:
7
7
![ screenshot.png] ( ./screenshot.png )
8
8
9
9
It was inspired in part by
10
- [ NextStepWebs /codemirror-spell-checker] ( https://github.com/NextStepWebs /codemirror-spell-checker/blob/78773ebdd6c8cf8acd043342023636ae345ca0f3/src/js/spell-checker.js )
10
+ [ sparksuite /codemirror-spell-checker] ( https://github.com/sparksuite /codemirror-spell-checker/blob/78773ebdd6c8cf8acd043342023636ae345ca0f3/src/js/spell-checker.js )
11
11
at the
12
12
[ suggestion] ( https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/521 )
13
- of [ @JanSchulz ] ( https://github.com/JanSchulz ) .
13
+ of [ @jankatins ] ( https://github.com/jankatins ) .
14
14
15
15
16
16
Spellchecking
@@ -30,7 +30,7 @@ Dictionaries
30
30
The dictionaries used by the nbextension are fetched according to the
31
31
parameters stored in config. To keep this repository lightweight, no
32
32
dictionaries are incuded, and by default the nbextension fetches an ` en_US `
33
- dictionary from the [ jsdelivr.net cdn] ( https://cdn .jsdelivr.net ) .
33
+ dictionary from the [ jsdelivr.net cdn] ( https://www .jsdelivr.com/ ) .
34
34
However, you can also add your own dictionaries for other languages, or to
35
35
remove dependency on the cdn (and thus make the nbextension usable offline).
36
36
To use your own dictionary, you'll need to alter the ` .aff ` and ` .dic ` urls in
You can’t perform that action at this time.
0 commit comments