Skip to content

Commit 8b76a8f

Browse files
committed
Small grammar tweak
1 parent be885bb commit 8b76a8f

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
@@ -11,8 +11,8 @@ Linting and formatting configuration shared by Netlify Node.js repositories:
1111
## How to add to a new Node.js repository
1212

1313
- `npm install -D @netlify/eslint-config-node husky cross-env npm-run-all`
14-
- Add the following `.eslintrc.js` at the root. Individual `rules` and `overrides` can be tweaked for the specific
15-
project.
14+
- Add the following `.eslintrc.js` to the root of the project. Individual `rules` and `overrides` can be tweaked for the
15+
specific project.
1616

1717
```js
1818
const { overrides } = require('@netlify/eslint-config-node')
@@ -24,7 +24,7 @@ module.exports = {
2424
}
2525
```
2626

27-
- Add the following `.prettierrc.json` at the root:
27+
- Add the following `.prettierrc.json` to the root of the project:
2828

2929
```json
3030
"@netlify/eslint-config-node/.prettierrc.json"

0 commit comments

Comments
 (0)