Skip to content

Commit 1887957

Browse files
committed
docs: fix typos
1 parent 55759f2 commit 1887957

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rules/import-order/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Usage
66

7-
Add `"@feature-sliced/eslint-config/rules/import-order"` to you `extends` section in ESLint config.
7+
Add `"@feature-sliced/eslint-config/rules/import-order"` to your `extends` section in ESLint config.
88

99
```js
1010
// 👎 Fail
@@ -33,7 +33,7 @@ import { getSmth } from "./lib"; // 4) sibling
3333
**With reversed order ("from abstract to specific") and spaces between layers groups**
3434
[(why experimental?)](https://github.com/feature-sliced/eslint-config/issues/85)
3535

36-
Add `"@feature-sliced/eslint-config/rules/import-order/experimental"` to you `extends` section in ESLint config. (for `^0.1.0-beta.3` versions)
36+
Add `"@feature-sliced/eslint-config/rules/import-order/experimental"` to your `extends` section in ESLint config. (for `^0.1.0-beta.3` versions)
3737

3838
```js
3939
import axios from "axios"; // 1) external libs

rules/layers-slices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Usage
66

7-
Add `"@feature-sliced/eslint-config/rules/layers-slices"` to you `extends` section in ESLint config.
7+
Add `"@feature-sliced/eslint-config/rules/layers-slices"` to your `extends` section in ESLint config.
88

99
```js
1010
// 👎 Fail

rules/public-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Usage
66

7-
Add `"@feature-sliced/eslint-config/rules/public-api"` to you `extends` section in ESLint config.
7+
Add `"@feature-sliced/eslint-config/rules/public-api"` to your `extends` section in ESLint config.
88

99
```js
1010
// 👎 Fail

0 commit comments

Comments
 (0)