Skip to content

Commit acf3cfb

Browse files
colifftmcw
authored andcommitted
fix filenames typo (#1279)
1 parent e7da906 commit acf3cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smart_glob.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function resolveFileGlobPatterns(patterns, extensions) {
8080
}
8181

8282
/**
83-
* Build a list of absolute filesnames on which ESLint will act.
83+
* Build a list of absolute filenames on which ESLint will act.
8484
* Ignored files are excluded from the results, as are duplicates.
8585
*
8686
* @param globPatterns Glob patterns.

0 commit comments

Comments
 (0)