From 09ed3c4b92a791bf91c291b83b24013494ae92a5 Mon Sep 17 00:00:00 2001 From: Maxime Michel Date: Mon, 16 Feb 2015 22:53:12 +0100 Subject: [PATCH] Fixed a typo --- docs/content/overview/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/overview/introduction.md b/docs/content/overview/introduction.md index a71611acf..2ff199e0b 100644 --- a/docs/content/overview/introduction.md +++ b/docs/content/overview/introduction.md @@ -15,7 +15,7 @@ Hugo is a general-purpose website framework. Technically speaking, Hugo is a static site generator. This means that, unlike systems like WordPress, Ghost and Drupal, which run on your web server expensively building a page every time a visitor requests one, Hugo does the building when you create -your content. Since websites are viewed far more often then they are +your content. Since websites are viewed far more often than they are edited, Hugo is optimized for website viewing while providing a great writing experience.