From 3c84bf87042f0263dcce202a790d80996814aa9a Mon Sep 17 00:00:00 2001 From: Nickolas Kraus Date: Mon, 15 Nov 2021 14:26:11 -0600 Subject: [PATCH] Small correction in User Guide (#1009) --- user_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user_guide.md b/user_guide.md index 923392b73..3ab111c15 100644 --- a/user_guide.md +++ b/user_guide.md @@ -281,7 +281,7 @@ func init() { In this example, the persistent flag `author` is bound with `viper`. **Note**: the variable `author` will not be set to the value from config, -when the `--author` flag is not provided by user. +when the `--author` flag is provided by user. More in [viper documentation](https://github.com/spf13/viper#working-with-flags).