Skip to content

Commit 385c9ad

Browse files
authored
chore: rm trailing space in docs (#15689)
1 parent 83e5458 commit 385c9ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/configuring/configuration-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ module.exports = {
358358

359359
<b>v4.1.0+.</b> Sometimes a more fine-controlled configuration is necessary, for example, if the configuration for files within the same directory has to be different. Therefore you can provide configurations under the `overrides` key that will only apply to files that match specific glob patterns, using the same format you would pass on the command line (e.g., `app/**/*.test.js`).
360360

361-
Glob patterns in overrides use [minimatch syntax](https://github.com/isaacs/minimatch).
361+
Glob patterns in overrides use [minimatch syntax](https://github.com/isaacs/minimatch).
362362

363363
### How do overrides work?
364364

0 commit comments

Comments
 (0)