From ad5acbe511cc5bf7fbb463c030f9687602fd2875 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 10 Sep 2019 16:21:13 +0900 Subject: [PATCH] fix filenames typo --- src/smart_glob.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smart_glob.js b/src/smart_glob.js index a5ace50b1..31d5c0cee 100644 --- a/src/smart_glob.js +++ b/src/smart_glob.js @@ -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.