typo in docs

pull/572/head
Ruslan 1 year ago committed by GitHub
parent ad84cbde5a
commit 0b9f842a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ func (c *Config) Unmarshal(v interface{}) error {
return c.v.Unmarshal(v)
}
// UnmarshalKey parses the specific ke in the config into the out value.
// UnmarshalKey parses the specific key in the config into the out value.
func (c *Config) UnmarshalKey(k string, v interface{}) error {
return c.v.UnmarshalKey(k, v)
}

Loading…
Cancel
Save