Small correction in User Guide

This commit is contained in:
NickolasHKraus 2021-11-02 12:16:35 -05:00
parent f09e947637
commit 5ea991684a

View file

@ -281,7 +281,7 @@ func init() {
In this example, the persistent flag `author` is bound with `viper`. In this example, the persistent flag `author` is bound with `viper`.
**Note**: the variable `author` will not be set to the value from config, **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). More in [viper documentation](https://github.com/spf13/viper#working-with-flags).