Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riprsa authored Dec 7, 2022
1 parent ad84cbd commit 0b9f842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 0b9f842

Please sign in to comment.