Skip to content

Commit 4a4bfa4

Browse files
author
Carmen Popoviciu
committed
fix(readme): fix typos in readme file
1 parent 00aa680 commit 4a4bfa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eslint-find-new-rules
22

3-
Use this for your own [ESLint](http://eslint.org/) [sharable configuration](http://eslint.org/docs/developer-guide/shareable-configs)
3+
Use this for your own [ESLint](http://eslint.org/) [shareable configuration](http://eslint.org/docs/developer-guide/shareable-configs)
44
to identify built-in ESLint rules that you're not explicitly configuring.
55

66
[![Build Status](https://img.shields.io/travis/kentcdodds/eslint-find-new-rules.svg?style=flat-square)](https://travis-ci.org/kentcdodds/eslint-find-new-rules)
@@ -21,7 +21,7 @@ The intended usage is as an npm script:
2121
{
2222
...
2323
"scripts": {
24-
"find-new-rules": "eslint-find-new-rules eslint-config-yourconfigname"
24+
"find-new-rules": "eslint-find-new-rules eslint-config-yourConfigName"
2525
}
2626
...
2727
}
@@ -37,7 +37,7 @@ This is really handy in an actual config module (like [mine](https://github.com/
3737
eslint-find-new-rules ./index.js
3838
```
3939

40-
This is resolved relative to the `process.cwd()` which, in the context of npm scripts is always the location of you `package.json`.
40+
This is resolved relative to the `process.cwd()` which, in the context of npm scripts is always the location of your `package.json`.
4141

4242
### Absolute Path
4343

0 commit comments

Comments
 (0)