summaryrefslogtreecommitdiffstats
path: root/commands/server.go
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2015-11-16 07:15:17 -0700
committerAnthony Fok <foka@debian.org>2015-11-16 07:15:17 -0700
commit18a29964fad31e51a4aefa4523f6aaf00c829b92 (patch)
treeb6d389eed6b81d70be3e54b7ff706d705a649168 /commands/server.go
parent452ffab461c34e9bfa93a9bef3c6cc0cc122eb8f (diff)
Fix trivial typos in code
Diffstat (limited to 'commands/server.go')
-rw-r--r--commands/server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/server.go b/commands/server.go
index b1611233c..5f31fcfd1 100644
--- a/commands/server.go
+++ b/commands/server.go
@@ -43,7 +43,7 @@ var disableLiveReload bool
var serverCmd = &cobra.Command{
Use: "server",
Short: "A high performance webserver",
- Long: `Hugo provides it's own webserver which builds and serves the site.
+ Long: `Hugo provides its own webserver which builds and serves the site.
While hugo server is high performance, it is a webserver with limited options.
Many run it in production, but the standard behavior is for people to use it in development
and use a more full featured server such as Nginx or Caddy.