From e8d5180116d1b2e9386710e7a00728820449dcff Mon Sep 17 00:00:00 2001 From: Luke Rijk de Waal <36196737+LukeDeWaal@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:15:13 +0100 Subject: [PATCH] requires -> require typo fix (#1666) --- layouts/shortcodes/gomodules-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/gomodules-info.html b/layouts/shortcodes/gomodules-info.html index ac51607c5..b56758ac3 100644 --- a/layouts/shortcodes/gomodules-info.html +++ b/layouts/shortcodes/gomodules-info.html @@ -1,5 +1,5 @@ {{ $text := ` -Most of the commands for **Hugo Modules** requires a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an "older" site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings. +Most of the commands for **Hugo Modules** require a newer version of Go installed (see https://golang.org/dl/) and the relevant VCS client (e.g. Git, see https://git-scm.com/downloads/ ). If you have an "older" site running on Netlify, you may have to set GO_VERSION to 1.12 in your Environment settings. For more information about Go Modules, see: