From e47b6c33a481c375ba5acdb05406c04d2a500aac Mon Sep 17 00:00:00 2001 From: Facundo Giuliani Date: Tue, 11 May 2021 09:26:58 -0300 Subject: [PATCH] Hugo Modules plural typo (#1266) --- content/en/hugo-modules/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/_index.md b/content/en/hugo-modules/_index.md index dacc1d2ba..2b02a559e 100644 --- a/content/en/hugo-modules/_index.md +++ b/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)