Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tomi Paananen <[email protected]>
  • Loading branch information
tompaana committed May 24, 2023
1 parent c3167a2 commit c3a51f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/porter/explain.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ func shouldIncludeInExplainOutput(scoped bundle.Scoped, action string) bool {
}

// isUserDefinedCustomSectionKey returns true if the given key in the custom section data is
// user-defined and not one that Porter for its own purposes.
// user-defined and not one that Porter uses for its own purposes.
func isUserDefinedCustomSectionKey(key string) bool {
porterKeyPrefixes := []string{
"io.cnab",
Expand Down

0 comments on commit c3a51f1

Please sign in to comment.