We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In my React App, I use it like this:
var Typo = require("typo-js"); var dictionary = new Typo("en_US", false, false, { dictionaryPath: "typo-js/dictionaries" });
the borwser can load en_us files correctly, but when I use dictionary.check(), all the words return the false.
The text was updated successfully, but these errors were encountered:
In my case, the browser did not load the files correctly. So I copied the library dictionaries to the public directory and it's working correctly now
const dictionary = new Typo("en_US");
Sorry, something went wrong.
No branches or pull requests
In my React App, I use it like this:
the borwser can load en_us files correctly, but when I use dictionary.check(), all the words return the false.
The text was updated successfully, but these errors were encountered: