My input is this text --- The quick brown fox jumped overd the lazy dog.
I am getting 'overd' as a flagged token on this, thus I know that the request works. However when I add a new line to any part of the text, the callout is still successful but no flagged tokens come back. {"_type": "SpellCheck", "flaggedTokens": []}
Here is how the request is setup --- req.open("GET", this.endpoint + "?mode=proof&mkt=en-US&text=" + encodeURIComponent(textToCheck));
If there is anything else needed in the request to fix this, let me know.
Are there other reasons/causes for the API to run without error but fail to detect misspelling?



