docs: Just a small grammar fix in quickstart.md
authorSteef Hegeman <steefhegeman@hotmail.com>
Fri, 5 Aug 2016 14:57:23 +0000 (16:57 +0200)
committerdigitalcraftsman <digitalcraftsman@protonmail.com>
Thu, 18 Aug 2016 18:58:29 +0000 (20:58 +0200)
docs/content/overview/quickstart.md

index 336fd9248a5a1c2c48a4ef40ad2709490efee05c..db5a4254282d8cb5d122ee6918774f2e2f07096b 100644 (file)
@@ -168,8 +168,8 @@ Press Ctrl+C to stop
 
 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.