Skip to content

Commit 8fbe44f

Browse files
authored
Merge pull request #46619 from CharlieTLe/patch-1
Update custom-resources.md
2 parents b5677b6 + 712686d commit 8fbe44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/api-extension/custom-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ selectable fields.
325325

326326
{{% code_sample file="customresourcedefinition/shirt-resource-definition.yaml" %}}
327327

328-
Field selectors can then be used to get only resources with with a `color` of `blue`:
328+
Field selectors can then be used to get only resources with a `color` of `blue`:
329329

330330
```shell
331331
kubectl get shirts.stable.example.com --field-selector spec.color=blue

0 commit comments

Comments
 (0)