Skip to content

Commit 68795a0

Browse files
authored
Merge pull request verekia#178 from sbs863/patch-1
adding missing words to fix the grammar
2 parents 325c34d + 2903bac commit 68795a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/02-babel-es6-eslint-flow-jest-husky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Update the `scripts` of your `package.json` to include a new `test` task:
122122
},
123123
```
124124

125-
Here we just tell ESLint that want to lint all JavaScript files under the `src` folder.
125+
Here we just tell ESLint that we want it to lint all JavaScript files under the `src` folder.
126126

127127
We will use this standard `test` task to run a chain of all the commands that validate our code, whether it's linting, type checking, or unit testing.
128128

0 commit comments

Comments
 (0)