Skip to content

Commit

Permalink
chore(policy-gen): change "inplace" to "in-place" (#8535)
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla authored Dec 5, 2023
1 parent b81edc4 commit 900d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/policy-gen/bootstrap/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ type {{ .name }} struct {
{{- if .generateTargetRef }}
// TargetRef is a reference to the resource the policy takes an effect on.
// The resource could be either a real store object or virtual resource
// defined inplace.
// defined in-place.
TargetRef common_api.TargetRef` + " `json:\"targetRef\"`" + `
{{- end }}
{{- if .generateTo }}
Expand Down

0 comments on commit 900d016

Please sign in to comment.