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 1/2] 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'` From af813d48a009315c106f2d2d998651ab0254e51b Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 1 Nov 2018 13:40:02 -0400 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b0931d0f5..639ae499e 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 projects' code sources. For formatting a specific file or +for applying formatting rules to the entire project's code. For formatting a specific file or directory, use: `$ yarn prettier 'glob/pattern'`