From a0f86f6dfc65456654e34fa198a614fb1d8d2b72 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Thu, 24 Sep 2020 21:20:36 +0700 Subject: [PATCH] Update configuration.md Remove a double disable/off. --- content/en/hugo-modules/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/hugo-modules/configuration.md b/content/en/hugo-modules/configuration.md index 2fb4ec5e6..175809a37 100644 --- a/content/en/hugo-modules/configuration.md +++ b/content/en/hugo-modules/configuration.md @@ -88,7 +88,7 @@ ignoreConfig : If enabled, any module configuration file, e.g. `config.toml`, will not be loaded. Note that this will also stop the loading of any transitive module dependencies. disable -: Set to `true` to disable the module off while keeping any version info in the `go.*` files. +: Set to `true` to disable the module while keeping any version info in the `go.*` files. {{< gomodules-info >}}