diff --git a/docs/book/pages/resource_printing/queries_and_options.md b/docs/book/pages/resource_printing/queries_and_options.md index 45f8aabeb..bf6b1c492 100644 --- a/docs/book/pages/resource_printing/queries_and_options.md +++ b/docs/book/pages/resource_printing/queries_and_options.md @@ -146,7 +146,7 @@ Get and Describe can accept **multiple Resource types and names**. {% sample lang="yaml" %} ```bash -kubectl get kubectl get rc/web service/frontend pods/web-pod-13je7 +kubectl get rc/web service/frontend pods/web-pod-13je7 ``` {% endmethod %}