Skip to content

Commit 4ecf7c5

Browse files
committed
docs: fix Language Config section in glossary
1 parent 1b0077f commit 4ecf7c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/website/content/docs/glossary.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ description: "A collection of terms and concepts used in the ESLint React."
55

66
## L
77

8-
### Language Config (Configuration)
8+
### Language Config
99

10-
The configuration file for Language Features and Language Servers.
10+
The configuration file used to control the Language Features and Language Servers.
1111

12-
Language Configs are typically used by IDEs and editors to provide language features such as hover information, auto completion, jump to definition, error checking, formatting, refactoring, and more.
12+
Language Features and Language Servers are typically used by IDEs and editors to provide language features such as hover information, auto completion, jump to definition, error checking, formatting, refactoring, and more.
1313

14-
ESLint React uses the Language Config to provide information (e.g. [JSX Transform](/docs/configuration/configure-language-config#jsx-transform), [Type Information](/docs/configuration/configure-language-config#rules-that-need-type-information)) about the code it is linting.
14+
ESLint React uses the Language Config to provide information (e.g. [JSX Transform](/docs/configuration/configure-language-config#jsx-transform)) about the code it is linting.
1515

1616
For TypeScript or JavaScript files, the Language Config are typically named `tsconfig.json` or `jsconfig.json` and are located in the root of a project.
1717

0 commit comments

Comments
 (0)