From 7adbe501e7281f655731fee8160cff611376f3de Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Fri, 14 Jul 2017 11:42:30 -0700 Subject: [PATCH] Fix a typo (#4325) * Fix a typo * Fix grammatical error --- docs/concepts/workloads/pods/disruptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/disruptions.md b/docs/concepts/workloads/pods/disruptions.md index 83bfef56c3..79aa38bb9f 100644 --- a/docs/concepts/workloads/pods/disruptions.md +++ b/docs/concepts/workloads/pods/disruptions.md @@ -244,7 +244,7 @@ interface between the roles. If you do not have such a separation of responsibilities in your organization, you may not need to use Pod Disruption Budgets. -## How to perform Distruptive Actions your Cluster +## How to perform Disruptive Actions on your Cluster If you are a Cluster Administrator, and you need to perform a disruptive action on all the nodes in your cluster, such as a node or system software upgrade, here are some options: