Skip to content

Commit

Permalink
Merge pull request #30 from sarbbottam/fix-typo
Browse files Browse the repository at this point in the history
refactor(comment): fix typo
  • Loading branch information
Kent C. Dodds committed Apr 5, 2016
2 parents bd40f1b + f0edffa commit d342b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rule-finder.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function RuleFinder(specifiedFile) {
return pluginRules
}

// get all the availale rules instead of referring eslint and pluging packages or documentation
// get all the available rules instead of referring eslint and plugin packages or documentation
this.getAllAvailableRules = function getAllAvailableRules() {
return allRules
}
Expand Down

0 comments on commit d342b9f

Please sign in to comment.