Skip to content

Commit bf26229

Browse files
authored
docs: Fix typo in core-concepts/index.md (#20009)
Update index.md Spelling error sharable -> shareable
1 parent 43a5f9e commit bf26229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/use/core-concepts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more information, refer to [Configuration Files](../configure/configuration-
5050

5151
Shareable configurations are ESLint configurations that are shared via npm.
5252

53-
Often shareable configurations are used to enforce style guides using ESLint's built-in rules. For example the sharable configuration [eslint-config-airbnb-base](https://www.npmjs.com/package/eslint-config-airbnb-base) implements the popular Airbnb JavaScript style guide.
53+
Often shareable configurations are used to enforce style guides using ESLint's built-in rules. For example the shareable configuration [eslint-config-airbnb-base](https://www.npmjs.com/package/eslint-config-airbnb-base) implements the popular Airbnb JavaScript style guide.
5454

5555
For more information, refer to [Using a Shareable Configuration Package](../configure/configuration-files#using-a-shareable-configuration-package).
5656

0 commit comments

Comments
 (0)