Skip to content

Commit

Permalink
Correct grammatical error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Edwins committed Mar 28, 2024
1 parent 80643db commit c3f9aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/jobset/v1alpha2/jobset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ type JobSetSpec struct {
// Suspend suspends all running child Jobs when set to true.
Suspend *bool `json:"suspend,omitempty"`

// ManagedBy is used to indicate the controller or entity that manages an JobSet
// ManagedBy is used to indicate the controller or entity that manages a JobSet
ManagedBy *string `json:"managedBy,omitempty"`
}

Expand Down

0 comments on commit c3f9aef

Please sign in to comment.