Typo fix: mach->match

mach->match
pull/4061/head
AdamDang 7 years ago committed by GitHub
parent 2d5e05b63c
commit 51f92b4787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,7 @@ var (
type Dependency struct {
// Name is the name of the dependency.
//
// This must mach the name in the dependency's Chart.yaml.
// This must match the name in the dependency's Chart.yaml.
Name string `json:"name"`
// Version is the version (range) of this chart.
//

Loading…
Cancel
Save