From be88ca97e50314b6ed0d14b800d266bf85d179e5 Mon Sep 17 00:00:00 2001 From: ev1stensberg Date: Wed, 5 Jun 2019 12:00:12 +0200 Subject: [PATCH] chore: revise typo --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a2f865fda1e..51ec4e338b2 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -122,7 +122,7 @@ In case you are suggesting a new feature, we will match your idea with our curre npm run test:packages ``` -- Test a single CLI test case (must run from the root of the poject): +- Test a single CLI test case (must run from root of the poject): ```bash npx jest path/to/my-test.js @@ -161,7 +161,7 @@ In case you are suggesting a new feature, we will match your idea with our curre yarn test:packages ``` -- Test a single CLI test case (must run from the root of the poject): +- Test a single CLI test case (must run from root of the poject): ```bash yarn jest path/to/my-test.js