Browse Source

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

dev
Billy Zou 6 years ago
committed by Eduardo San Martin Morote
parent
commit
91b8cda0b2
  1. 2
      .github/CONTRIBUTING.md

2
.github/CONTRIBUTING.md

@ -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
```

Loading…
Cancel
Save