Update introduction.md - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2690a8c1ea03179ea23c54e79230fb472edbb9bc
 (DIR) parent be0314b1d5c21f23b22021c32f153b549a480584
 (HTM) Author: vsopvsop <menporul.prabhu@gmail.com>
       Date:   Fri, 29 May 2015 20:44:37 +0530
       
       Update introduction.md
       
       Diffstat:
         M docs/content/overview/introduction… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/docs/content/overview/introduction.md b/docs/content/overview/introduction.md
       @@ -57,7 +57,7 @@ a file is cached, a copy of it is temporarily stored on the computer.
        It is much faster for the HTTP server to send that copy the next time
        the page is requested than it is to generate it from scratch.
        
       -Hugo takes cacheing a step further. All HTML files are rendered on your
       +Hugo takes caching a step further. All HTML files are rendered on your
        computer. You can review the files before you copy them to the computer
        hosting the HTTP server. Since the HTML files aren't generated dynamically,
        we say that Hugo is a "static site generator."