Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit f14c151

Browse files
committed
updates spellchecker to use system language
As of atom/node-spellchecker#33 (v3.2.3), the default language used is that of the `LANG` environment variable. This is an (non-closing) improvement for those subscribed to #21.
1 parent e238b4b commit f14c151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Highlights misspelled words and shows possible corrections.",
66
"dependencies": {
77
"atom-space-pen-views": "^2.0.0",
8-
"spellchecker": "3.2.0",
8+
"spellchecker": "3.2.3",
99
"underscore-plus": "^1"
1010
},
1111
"repository": "https://github.com/atom/spell-check",

0 commit comments

Comments
 (0)