mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 22:50:35 +03:00
Fix trivial typos in code
This commit is contained in:
parent
452ffab461
commit
18a29964fa
4 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue