Merge pull request #370 from kevinburke/its

it's/its
This commit is contained in:
Nate Finch 2014-08-05 11:13:27 -04:00
commit 2850692a76

View file

@ -36,8 +36,8 @@ var disableLiveReload bool
var serverCmd = &cobra.Command{ var serverCmd = &cobra.Command{
Use: "server", Use: "server",
Short: "Hugo runs it's own a webserver to render the files", Short: "Hugo runs its own webserver to render the files",
Long: `Hugo is able to run it's own high performance web server. Long: `Hugo is able to run its own high performance web server.
Hugo will render all the files defined in the source directory and Hugo will render all the files defined in the source directory and
Serve them up.`, Serve them up.`,
//Run: server, //Run: server,