Update pkg/config/app_config.go

This commit is contained in:
Jesse Duffield 2022-10-08 11:57:01 -07:00 committed by GitHub
parent d64a92227a
commit 9c40237fae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ type UserConfig struct {
// what stat info to graph
Stats StatsConfig `yaml:"stats,omitempty"`
// Replacements determines how we render a container's info
// Replacements determines how we render an item's info
Replacements Replacements `yaml:"replacements,omitempty"`
}