Skip to content

Commit

Permalink
fix filenames typo (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and tmcw committed Sep 10, 2019
1 parent e7da906 commit acf3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smart_glob.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function resolveFileGlobPatterns(patterns, extensions) {
}

/**
* Build a list of absolute filesnames on which ESLint will act.
* Build a list of absolute filenames on which ESLint will act.
* Ignored files are excluded from the results, as are duplicates.
*
* @param globPatterns Glob patterns.
Expand Down

0 comments on commit acf3cfb

Please sign in to comment.