summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-modules/_index.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-08 18:47:53 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-06-08 18:47:53 +0200
commit162f41d0efdd4a5e12e489cf8ecf8490b45884da (patch)
treea7e2337c45a581e150d35b3be97afb52b1e4de27 /docs/content/en/hugo-modules/_index.md
parent552cef5c576ae4dbf4626f77f3c8b15b42a9e7f3 (diff)
parent32ba623541d74ee0b7ae4efb1b8326dc49af28b8 (diff)
Diffstat (limited to 'docs/content/en/hugo-modules/_index.md')
-rw-r--r--docs/content/en/hugo-modules/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/hugo-modules/_index.md b/docs/content/en/hugo-modules/_index.md
index dacc1d2ba..2b02a559e 100644
--- a/docs/content/en/hugo-modules/_index.md
+++ b/docs/content/en/hugo-modules/_index.md
@@ -21,7 +21,7 @@ toc: true
You can combine modules in any combination you like, and even mount directories from non-Hugo projects, forming a big, virtual union file system.
-Hugo Modules is powered by Go Modules. For more information about Go Modules, see:
+Hugo Modules are powered by Go Modules. For more information about Go Modules, see:
- [https://github.com/golang/go/wiki/Modules](https://github.com/golang/go/wiki/Modules)
- [https://blog.golang.org/using-go-modules](https://blog.golang.org/using-go-modules)