checkGrammar

This Boolean property is used to decide if the spell-check engine will find basic grammar mistakes such as repeated words, poor sentence casing etc.

The default value is true.

Example

If you want your spellchecker to ignore grammatical mistakes :

var oSpell = new JavaScriptSpellCheck();
oSpell.checkGrammar = false;