From 3f6e230d53e0fdec71e3d22e832c675d45ebfe36 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Wed, 24 Jun 2020 14:02:25 +0200 Subject: [PATCH] Change word (#8265) Merge pull request 8265 --- docs/_docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/usage.md b/docs/_docs/usage.md index e810a433..42cd6f20 100644 --- a/docs/_docs/usage.md +++ b/docs/_docs/usage.md @@ -19,7 +19,7 @@ Typically you'll use `jekyll serve` while developing locally and `jekyll build` For a full list of options and their argument, see [Build Command Options](/docs/configuration/options/#build-command-options). -Here is some of the most common commands: +Here are some of the most common commands: * `jekyll new PATH` - Creates a new Jekyll site with default gem-based theme at specified path. The directories will be created as necessary. * `jekyll new PATH --blank` - Creates a new blank Jekyll site scaffold at specified path.