docs(contributing): fix a grammar error (#9858)

This commit is contained in:
Billy Zou 2019-04-10 11:45:47 -04:00 committed by Eduardo San Martin Morote
parent 15704ce6ef
commit 91b8cda0b2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ $ npm run dev:test
# build all dist files, including npm packages
$ npm run build
# run the full test suite, include linting/type checking
# run the full test suite, including linting/type checking
$ npm test
```