diff --git a/layout/config.go b/layout/config.go index a5f4d66..f65b0a1 100644 --- a/layout/config.go +++ b/layout/config.go @@ -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) }