From 9ab45619a691f0e007eba0535ca31161ce0c2733 Mon Sep 17 00:00:00 2001 From: czakarian <31866115+czakarian@users.noreply.github.com> Date: Wed, 31 Oct 2018 16:29:26 -0700 Subject: [PATCH] Fix grammatical error --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3ad36a747..b0931d0f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,7 +119,7 @@ You can also use the following command: `$ yarn format` -for applying formatting rules to all project's code sources. For formatting a specific file or +for applying formatting rules to all projects' code sources. For formatting a specific file or directory, use: `$ yarn prettier 'glob/pattern'`