chore(typo): fix some typos

This commit is contained in:
2024-11-25 12:00:04 +01:00
parent dc34d32c5c
commit 41a0dc58a5
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ type ConvertOptions struct {
}
// HelmChart is a Helm Chart representation. It contains all the
// tempaltes, values, versions, helpers...
// templates, values, versions, helpers...
type HelmChart struct {
Templates map[string]*ChartTemplate `yaml:"-"`
Values map[string]any `yaml:"-"`