We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f500e8f commit 79dce43Copy full SHA for 79dce43
README.md
@@ -8,4 +8,10 @@ npm i --save SpellCheckJS/nodejs-client
8
```javascript
9
const spellcheck=require("SpellCheckJS");
10
console.log(spellcheck.applyCorrections("the witdh of malpe leaves is hard to guess"));
11
+if(spellcheck.isCorrectlySpelled("'Width' is easy to spell. How could you mess that up? You'd be surprised.")) {
12
+ console.log("Yay");
13
+}
14
+else {
15
+ throw new Error("Uh-oh. :(");
16
17
```
0 commit comments