Skip to content

Commit d4ae450

Browse files
authored
add a couple more US-ascii-fixes that I failed to see during my first attempt to fix things. See #3622. (#3627)
1 parent 1964f0a commit d4ae450

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pkg/live/example-resource-group-crd-for-v1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ spec:
121121
last transition
122122
type: string
123123
reason:
124-
description: one-word CamelCase reason for the conditions last
124+
description: one-word CamelCase reason for the condition's last
125125
transition
126126
type: string
127127
status:
@@ -166,7 +166,7 @@ spec:
166166
about last transition
167167
type: string
168168
reason:
169-
description: one-word CamelCase reason for the conditions
169+
description: one-word CamelCase reason for the condition's
170170
last transition
171171
type: string
172172
status:

pkg/live/example-resource-group-crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ spec:
167167
last transition
168168
type: string
169169
reason:
170-
description: one-word CamelCase reason for the conditions
170+
description: one-word CamelCase reason for the condition's
171171
last transition
172172
type: string
173173
status:

pkg/live/inventoryrg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ spec:
864864
last transition
865865
type: string
866866
reason:
867-
description: one-word CamelCase reason for the conditions last
867+
description: one-word CamelCase reason for the condition's last
868868
transition
869869
type: string
870870
status:

0 commit comments

Comments
 (0)