pasquale-md
v0.0.1
Published
Searches for typos in markdown files with pasquale module
Downloads
2
Readme
pasquale-md
Searches for typos in markdown files with pasquale and marked-wi.
Usage
$ npm install --save pasquale-md
PasqualeMD (dictsDir)
/**
* Constructor.
* @param {string} dictsDir abs path to the dir
* containing the dictionaries
*/
.check(filePath, lang)
/**
* Checks for spelling errors in a markdown file
* @param {string} filePath abs path to the
* file
* @param {string} lang lang alias
* @return {Promise} a promise that
* will resolve with an array containing the
* results
*/