Skip to content

Commit 5a95379

Browse files
committed
docs: correct capitalization
1 parent 819fa20 commit 5a95379

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Before submitting your contribution though, please make sure to take a moment an
7474

7575
##### Core & Shared Modules
7676

77-
- `packages/core`: Utility module for static analysis of React core APIs and Patterns.
77+
- `packages/core`: Utility module for static analysis of React core APIs and patterns.
7878
- `packages/shared`: Shared constants, types and functions.
7979

8080
#### Public Packages

apps/website/content/docs/faq.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Currently, it includes the following:
2929
- `packages/utilities/var`: TSESTree AST utility module for static analysis of variables.
3030
- `packages/utilities/jsx`: TSESTree AST utility module for static analysis of JSX.
3131
- **Core & Shared Modules**
32-
- `packages/core`: Utility module for static analysis of React core APIs and Patterns.
32+
- `packages/core`: Utility module for static analysis of React core APIs and patterns.
3333
- `packages/shared`: Shared constants, types and functions.
3434

3535
**Public Packages**

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@eslint-react/core",
33
"version": "1.32.1",
4-
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
4+
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {
77
"url": "https://github.com/Rel1cx/eslint-react/issues"

0 commit comments

Comments
 (0)