diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/describe.md b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/describe.md index 2f7af0db5a4..13fe6ecebf6 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/describe.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/describe.md @@ -64,5 +64,5 @@ When Describing a Resource, it may aggregate information from several other Reso a Node will aggregate Pod Resources to print the Node utilization. When Getting a Resource, it will only print information available from reading that Resource. While Get may aggregate -data from the the *fields* of that Resource, it won't look at fields from other Resources. +data from the *fields* of that Resource, it won't look at fields from other Resources. {% endpanel %}