From 2df222fcb9f09d0f68beb23b4f3a77d7833c4527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:04:29 -0400 Subject: [PATCH] fix "the a" typo in FAQ --- docs/troubleshooting/faqs/General.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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