summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-07-31 15:36:36 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-08-01 13:55:48 +0200
commitf7f549e3a7492c787c6abb4900cc0f57c8ab1826 (patch)
tree18b82b0d343893e0f6e22fac9a6ca5e0f19fc876 /modules
parent6512d128c6d33b86f376764ab1d622a89ea18d20 (diff)
Fix assorted typos
Diffstat (limited to 'modules')
-rw-r--r--modules/module.go2
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