Skip to content

Commit 712686d

Browse files
authored
Update custom-resources.md
Removes extraneous 'with'.
1 parent b5677b6 commit 712686d

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)