Update configuration.md

Remove a double disable/off.
This commit is contained in:
Patrick Kollitsch 2020-09-24 21:20:36 +07:00 committed by Bjørn Erik Pedersen
parent bb00cb2c15
commit a0f86f6dfc

View File

@ -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 >}}