From: Kevin Burke Date: Sun, 27 Jul 2014 06:43:21 +0000 (-0700) Subject: it's/its X-Git-Tag: v0.12~71^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=657e4a46e80a5b7808914e900971d0e7a99e205a;p=brevno-suite%2Fhugo it's/its --- diff --git a/commands/server.go b/commands/server.go index 89e4c5ba..0709d263 100644 --- a/commands/server.go +++ b/commands/server.go @@ -36,8 +36,8 @@ var disableLiveReload bool var serverCmd = &cobra.Command{ Use: "server", - Short: "Hugo runs it's own a webserver to render the files", - Long: `Hugo is able to run it's own high performance web server. + Short: "Hugo runs its own webserver to render the files", + Long: `Hugo is able to run its own high performance web server. Hugo will render all the files defined in the source directory and Serve them up.`, //Run: server,