Skip to content

Commit fb06d27

Browse files
committed
Fix typo in readme
1 parent cf207aa commit fb06d27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Once the `@matt-fidd/eslint-config` package is installed, you can use it by addi
2323

2424
### Using this config in conjunction with `eslint:recommended`
2525

26-
To work properly, this rule set is designed to be used alongside the `eslint:reccommended` rule set. To do this, simply define them both inside the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).
26+
To work properly, this rule set is designed to be used alongside the `eslint:recommended` rule set. To do this, simply define them both inside the [`extends`](http://eslint.org/docs/user-guide/configuring#extending-configuration-files) section of your [ESLint configuration](http://eslint.org/docs/user-guide/configuring).
2727

2828
```js
2929
{

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@matt-fidd/eslint-config",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "ESLint shareable config for my projects",
55
"repository": {
66
"type" : "git",

0 commit comments

Comments
 (0)