mirror of
https://github.com/spf13/viper
synced 2025-05-06 20:27:17 +00:00
typo: remove extra word "use"
`tell Viper to use add a prefix` to: `tell Viper to add a prefix`
This commit is contained in:
parent
b5e8006cbe
commit
bf0a06a71c
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ _When working with ENV variables, it’s important to recognize that Viper
|
|||
treats ENV variables as case sensitive._
|
||||
|
||||
Viper provides a mechanism to try to ensure that ENV variables are unique. By
|
||||
using `SetEnvPrefix`, you can tell Viper to use add a prefix while reading from
|
||||
using `SetEnvPrefix`, you can tell Viper to add a prefix while reading from
|
||||
the environment variables. Both `BindEnv` and `AutomaticEnv` will use this
|
||||
prefix.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue