Skip to content

Commit 7b0f615

Browse files
authored
Update overview.md
1 parent 7c46a71 commit 7b0f615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/kubectl/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ where `command`, `TYPE`, `NAME`, and `flags` are:
1919

2020
* `command`: Specifies the operation that you want to perform on one or more resources, for example `create`, `get`, `describe`, `delete`.
2121

22-
* `TYPE`: Specifies the [resource type](#resource-types). Resource types are case-sensitive and you can specify the singular, plural, or abbreviated forms. For example, the following commands produce the same output:
22+
* `TYPE`: Specifies the [resource type](#resource-types). Resource types are case-insensitive and you can specify the singular, plural, or abbreviated forms. For example, the following commands produce the same output:
2323

2424
$ kubectl get pod pod1
2525
$ kubectl get pods pod1

0 commit comments

Comments
 (0)