Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1bd863e

Browse files
G-Rathbradzacher
authored andcommitted
docs(eslint-plugin): correct typo in configs README (typescript-eslint#1251)
1 parent d785c61 commit 1bd863e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/eslint-plugin/src/configs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Premade configs
22

3-
These configs exist for your convenience. They contain configuration intended to save you time and effort when configuring your project by disabling rules known to conflict with this repository, or cause issues in typesript codebases.
3+
These configs exist for your convenience. They contain configuration intended to save you time and effort when configuring your project by disabling rules known to conflict with this repository, or cause issues in TypeScript codebases.
44

55
## All
66

@@ -26,7 +26,7 @@ The recommended set is an **_opinionated_** set of rules that we think you shoul
2626
1. They help you adhere to TypeScript best practices.
2727
2. They help catch probable issue vectors in your code.
2828

29-
That being said, it is not the only way to use `@typescript-eslint/eslint-plugin`, nor is it the way that will necesasrily work 100% for your project/company. It has been built based off of two main things:
29+
That being said, it is not the only way to use `@typescript-eslint/eslint-plugin`, nor is it the way that will necessarily work 100% for your project/company. It has been built based off of two main things:
3030

3131
1. TypeScript best practices collected and collated from places like:
3232
- [TypeScript repo](https://github.com/Microsoft/TypeScript).

0 commit comments

Comments
 (0)