Checks if query is in the main dictionary or user.


- query (String)
- the word to check spelling of

true if spelt correctly, false if not in dictionary

This method is inconsiderate of the words in IgnoreList.

Exception | Condition |
---|---|
ArgumentNullException | if query parameter is null. |