Skip to content

Commit 494c825

Browse files
authored
Merge pull request #28119 from moijes12/patch-1
Correcting entry in Multiple Resource Types
2 parents 1f6e7cc + bff31ff commit 494c825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/overview/working-with-objects/field-selectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ kubectl get pods --field-selector=status.phase!=Running,spec.restartPolicy=Alway
4848

4949
## Multiple resource types
5050

51-
You use field selectors across multiple resource types. This `kubectl` command selects all Statefulsets and Services that are not in the `default` namespace:
51+
You can use field selectors across multiple resource types. This `kubectl` command selects all Statefulsets and Services that are not in the `default` namespace:
5252

5353
```shell
5454
kubectl get statefulsets,services --all-namespaces --field-selector metadata.namespace!=default

0 commit comments

Comments
 (0)