Skip to content

Commit 2aa9f31

Browse files
Update docs/src/use/configure/combine-configs.md for style concistency
Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
1 parent 2cc8fcd commit 2aa9f31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/configure/combine-configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default defineConfig([
9898

9999
### Apply a Config Array to a Subset of Files
100100

101-
You can apply a config array — that is, an array of configuration objects to just a subset of files by using the `extends` key. For example:
101+
You can apply a config array (an array of configuration objects) to just a subset of files by using the `extends` key. For example:
102102

103103
```js
104104
// eslint.config.js

0 commit comments

Comments
 (0)