From ea3bb20aec768b29303e536445c53cf7ba0778d6 Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Mon, 9 Sep 2024 16:58:56 +0100 Subject: [PATCH] Fix wording (#725) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cd67a231..959320922 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ to manage Node.js versions on your machine. ### Build - $ npm run build + $ npm run build This command generates static content into the `build` directory and can be served using any static contents hosting service. @@ -103,7 +103,7 @@ contents hosting service. ### Adding new words to the dictionary This repository includes a _linter_, which you can think of as a spell-check that also checks code -formatting and standards, and a lot more. It's possible that you will use a word in your content +formatting and standards, and a lot more. It's possible that you might use a word in your content that is not known to the linter, and your build, or commit, will fail. You can run the linter any time with the command `npm run lint`.