Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
larrytin authored Mar 24, 2018
1 parent 7c46a71 commit 7b0f615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/kubectl/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ where `command`, `TYPE`, `NAME`, and `flags` are:

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

* `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:
* `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:

$ kubectl get pod pod1
$ kubectl get pods pod1
Expand Down

0 comments on commit 7b0f615

Please sign in to comment.