fixed marshal (#647)

This commit is contained in:
0xflotus 2019-06-11 22:50:29 +02:00 committed by Steve Francia
parent 33688bf23c
commit a52795991d

View file

@ -619,7 +619,7 @@ if err != nil {
### Marshalling to string
You may need to marhsal all the settings held in viper into a string rather than write them to a file.
You may need to marshal all the settings held in viper into a string rather than write them to a file.
You can use your favorite format's marshaller with the config returned by `AllSettings()`.
```go