From 63383c4bdcc6d5e965ffba6aff7f9e781ee4d44d Mon Sep 17 00:00:00 2001 From: Oludotun Ebiekuraju <43136693+oludotun@users.noreply.github.com> Date: Thu, 10 Mar 2022 23:17:13 +0100 Subject: [PATCH] Fix typo in .github/CONTRIBUTING.md (#1232) * Fix typo in .github/CONTRIBUTING.md * trigger builds Co-authored-by: Robin Malfait --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1e050c9..3240b1a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -49,7 +49,7 @@ You can run the test suite using the following commands: yarn test ``` -You can also run them for React of Vue individually: +You can also run them for React or Vue individually: ```sh yarn react test