diff --git a/docs/troubleshooting/faqs/General.mdx b/docs/troubleshooting/faqs/General.mdx index 9c12ee104be3..174836130e71 100644 --- a/docs/troubleshooting/faqs/General.mdx +++ b/docs/troubleshooting/faqs/General.mdx @@ -15,7 +15,7 @@ First make sure you've read the docs and understand ESLint configuration files: - [Checkout ESLint's documentation on configuring rules](https://eslint.org/docs/latest/use/configure/rules) to ensure you understand how to configure rules. Our [rule docs](/rules) detail the options each rule supports under the "Options" heading. -We use TypeScript types to describe an `Options` tuple type for the rule which you can use to configure the a rule. +We use TypeScript types to describe an `Options` tuple type for the rule which you can use to configure the rule. 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: ```ts