From b8a73a6981f5da38b702bbf61b65dc477f00dda8 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Sun, 1 Sep 2019 09:22:35 +0200 Subject: [PATCH] Fixes typo Repeats https://github.com/gohugoio/hugo/pull/6278 --- 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 f2d122250..12329e290 100644 --- a/content/en/getting-started/quick-start.md +++ b/content/en/getting-started/quick-start.md @@ -86,7 +86,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 `new` commend 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 few things for you (like add title and date): ``` hugo new posts/my-first-post.md