Skip to content

Commit

Permalink
chore: Update comment about prettierPath
Browse files Browse the repository at this point in the history
  • Loading branch information
zimme committed Dec 21, 2017
1 parent c904d15 commit f9e993a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = format;
* @param {String} options.eslintPath - the path to the eslint module to use.
* Will default to require.resolve('eslint')
* @param {String} options.prettierPath - the path to the prettier module.
* Will default to require.resovlve('prettierPath')
* Will default to require.resovlve('prettier')
* @param {Object} options.eslintConfig - the config to use for formatting
* with ESLint.
* @param {Object} options.prettierOptions - the options to pass for
Expand Down

0 comments on commit f9e993a

Please sign in to comment.