From ae88e82f187706390985a227c42d7e61afc1cb4b Mon Sep 17 00:00:00 2001 From: Greg Hurrell Date: Wed, 16 Aug 2017 15:39:27 -0700 Subject: [PATCH] Fix typo in resources/README.md --- resources/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/README.md b/resources/README.md index 530fc6b57b4..3d14c70c837 100644 --- a/resources/README.md +++ b/resources/README.md @@ -20,7 +20,7 @@ This script is invoked via `npm run prepublish`. ### `pretty.js` -Prettifies the code base, or tests that it is already prettified. This scripted is invoked for these two purposes respectively via `npm run pretty` and `npm run pretty-check` (and also `npm test`). +Prettifies the code base, or tests that it is already prettified. This script is invoked for these two purposes respectively via `npm run pretty` and `npm run pretty-check` (and also `npm test`). ## Scripts invoked directly