Skip to content

Commit ebd4087

Browse files
authored
docs: fix "the a" typo in FAQ (typescript-eslint#10268)
fix "the a" typo in FAQ
1 parent cea782b commit ebd4087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting/faqs/General.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ First make sure you've read the docs and understand ESLint configuration files:
1515
- [Checkout ESLint's documentation on configuring rules](https://eslint.org/docs/latest/use/configure/rules) to ensure you understand how to configure rules.
1616

1717
Our [rule docs](/rules) detail the options each rule supports under the "Options" heading.
18-
We use TypeScript types to describe an `Options` tuple type for the rule which you can use to configure the a rule.
18+
We use TypeScript types to describe an `Options` tuple type for the rule which you can use to configure the rule.
1919
In your config file the keys of the `rules` object are the names of the rules you wish to configure and the values follow the following form:
2020

2121
```ts

0 commit comments

Comments
 (0)