ref: d1bf2f5435994c3fdb7689d7c10918d1ecbb9573
parent: 086d6540c32bad0745697e9e823298a7dddf7f75
author: Akagi201 <[email protected]>
date: Sat Feb 20 10:16:14 EST 2016
Docs: fix typo in introduction.md
--- a/docs/content/overview/introduction.md
+++ b/docs/content/overview/introduction.md
@@ -1,5 +1,5 @@
---
-lastmod: 2015-12-09
+lastmod: 2016-02-20
date: 2013-07-01
linktitle: Introduction
menu:
@@ -70,7 +70,7 @@
Hugo has two components to help you build and test your web site. The
one that you'll probably use most often is the built-in HTTP server.
When you run `hugo server`, Hugo renders all of your content into
-HTML files and then runs a HTTP server on your computer so that you
+HTML files and then runs an HTTP server on your computer so that you
can see what the pages look like.
The second component is used when you're ready to publish your web
@@ -92,7 +92,7 @@
### General
- * Extremely fast build times (~1 ms per page)
+ * Extremely fast build times (~1 ms per page)
* Completely cross platform: Runs on <i class="fa fa-apple"></i> Mac OS X, <i class="fa fa-linux"></i> Linux, <i class="fa fa-windows"></i> Windows, and more!
* Easy [installation](/overview/installing/)
* Render changes [on the fly](/overview/usage/) with [LiveReload](/extras/livereload/) as you develop