ref: c5d072990ab79cee601fe7266c9d416a9a099901
parent: 3ce9de767214d0ff8998d576bfc7f0301e284e3a
author: Steef Hegeman <[email protected]>
date: Fri Aug 5 12:57:23 EDT 2016
docs: Just a small grammar fix in quickstart.md
--- a/docs/content/overview/quickstart.md
+++ b/docs/content/overview/quickstart.md
@@ -168,8 +168,8 @@
This will start the server on port `1313`. You can view your blog at http://localhost:1313/. When you will go to the link, you will see nothing. There are couple of reasons for that:
-1. As you can see in the `hugo server` command output, Hugo didn't rendered the draft. Hugo will only render drafts if you pass `buildDrafts` flag to the `hugo server` command.
-2. We have not specified how Markdown content should be rendered. We have to specify a theme that Hugo can use. We will do that in next step.
+1. As you can see in the `hugo server` command output, Hugo didn't render the draft. Hugo will only render drafts if you pass the `buildDrafts` flag to the `hugo server` command.
+2. We have not specified how Markdown content should be rendered. We have to specify a theme that Hugo can use. We will do that in the next step.
To render drafts, re-run the server with command shown below.