Skip to content

Commit 215633d

Browse files
authored
Add back missing word
1 parent 056ba16 commit 215633d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can use the following configs by adding them to `eslint.config.js`.
6565
- Configurations for using Vue.js 3.x:
6666
- `*.configs["flat/essential"]` ... `base`, plus rules to prevent errors or unintended behavior.
6767
- `*.configs["flat/strongly-recommended"]` ... `essential`, plus rules to considerably improve code readability and/or dev experience.
68-
- `*.configs["flat/strongly-recommended-error"]` ... Same as `strongly-recommended`, except with all rules to error instead of warn.
68+
- `*.configs["flat/strongly-recommended-error"]` ... Same as `strongly-recommended`, except with all rules configured to error instead of warn.
6969
- `*.configs["flat/recommended"]` ... `strongly-recommended`, plus rules to enforce subjective community defaults to ensure consistency.
7070
- `*.configs["flat/recommended-error"]` ... Same as `recommended`, except with all rules configured to error instead of warn.
7171
- Configurations for using Vue.js 2.x:

0 commit comments

Comments
 (0)