diff options
author | XhmikosR <[email protected]> | 2019-07-31 15:36:36 +0300 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-08-01 13:55:48 +0200 |
commit | f7f549e3a7492c787c6abb4900cc0f57c8ab1826 (patch) | |
tree | 18b82b0d343893e0f6e22fac9a6ca5e0f19fc876 /modules/module.go | |
parent | 6512d128c6d33b86f376764ab1d622a89ea18d20 (diff) | |
download | hugo-f7f549e3a7492c787c6abb4900cc0f57c8ab1826.tar.gz hugo-f7f549e3a7492c787c6abb4900cc0f57c8ab1826.zip |
Fix assorted typos
Diffstat (limited to 'modules/module.go')
-rw-r--r-- | modules/module.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/module.go b/modules/module.go index bba7657c5..f71911617 100644 --- a/modules/module.go +++ b/modules/module.go @@ -12,7 +12,7 @@ // limitations under the License. // Package modules provides a client that can be used to manage Hugo Components, -// what's refered to as Hugo Modules. Hugo Modules is built on top of Go Modules, +// what's referred to as Hugo Modules. Hugo Modules is built on top of Go Modules, // but also supports vendoring and components stored directly in the themes dir. package modules |