Skip to content

Commit 2903bac

Browse files
authored
adding missing words to fix the grammar
1 parent 325c34d commit 2903bac

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)