forked from mirror/viper
Fix small typo
This commit is contained in:
parent
33bf76add3
commit
e697d557b7
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 New Issue