From c80677aeb9d4fd57c7f8500f8cd0255ab0b2fb97 Mon Sep 17 00:00:00 2001 From: Paul Murray <35114600+sientelo@users.noreply.github.com> Date: Thu, 11 Jun 2020 08:30:04 +0100 Subject: [PATCH] Update quick-start.md (#1076) improved grammar --- content/en/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/quick-start.md b/content/en/getting-started/quick-start.md index 9fc4c67b7..525ff8920 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -83,7 +83,7 @@ echo 'theme = "ananke"' >> config.toml ## Step 4: Add Some Content -You can manually create content files (for example as `content//.`) and provide metadata in them, however you can use the `new` command to do few things for you (like add title and date): +You can manually create content files (for example as `content//.`) and provide metadata in them, however you can use the `new` command to do a few things for you (like add title and date): ``` hugo new posts/my-first-post.md