mirror of
https://github.com/spf13/viper
synced 2024-11-04 20:27:02 +00:00
Fix small typo
This commit is contained in:
parent
33bf76add3
commit
e697d557b7
1 changed files with 1 additions and 1 deletions
2
viper.go
2
viper.go
|
@ -3,7 +3,7 @@
|
||||||
// Use of this source code is governed by an MIT-style
|
// Use of this source code is governed by an MIT-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
// Viper is a application configuration system.
|
// Viper is an application configuration system.
|
||||||
// It believes that applications can be configured a variety of ways
|
// It believes that applications can be configured a variety of ways
|
||||||
// via flags, ENVIRONMENT variables, configuration files retrieved
|
// via flags, ENVIRONMENT variables, configuration files retrieved
|
||||||
// from the file system, or a remote key/value store.
|
// from the file system, or a remote key/value store.
|
||||||
|
|
Loading…
Reference in a new issue