ref: 2850692a7677eb6c44095934fbde09844ab495af
parent: bf9595aa242cc31800c554eec1c166ca6a361f8b
parent: 657e4a46e80a5b7808914e900971d0e7a99e205a
author: Nate Finch <[email protected]>
date: Tue Aug 5 07:13:27 EDT 2014
Merge pull request #370 from kevinburke/its it's/its
--- a/commands/server.go
+++ b/commands/server.go
@@ -36,8 +36,8 @@
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,