Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Sep 1, 2019
1 parent 25b2c48 commit cce9a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/getting-started/quick-start.md
Expand Up @@ -86,7 +86,7 @@ echo 'theme = "ananke"' >> config.toml

## Step 4: Add Some Content

You can manually create content files (for example as `content/<CATEGORY>/<FILE>.<FORMAT>`) 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/<CATEGORY>/<FILE>.<FORMAT>`) 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
Expand Down

0 comments on commit cce9a41

Please sign in to comment.