From 91b8cda0b28d6774d7319d646c999e04d948a8cd Mon Sep 17 00:00:00 2001 From: Billy Zou Date: Wed, 10 Apr 2019 11:45:47 -0400 Subject: [PATCH] docs(contributing): fix a grammar error (#9858) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 46c49bfbe..3a2082ef6 100644 --- a/.github/CONTRIBUTING.md +++ b/.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 ```