Skip to content

Commit ebfb5b4

Browse files
authored
docs: Fixed Typo in configuration-files.md (#19873)
Fixed Typo in configuration-files.md A single letter typo in one of the code excerpts.
1 parent b8a7e7a commit ebfb5b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/src/use/configure/configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ export default {
669669
},
670670
{
671671
name: "example/strict/sub-config",
672-
file: ["src/**/*.js"],
672+
files: ["src/**/*.js"],
673673
rules: {
674674
"no-unused-vars": "error",
675675
},

0 commit comments

Comments
 (0)