Skip to content

Commit 8b7f2f0

Browse files
committed
fix word err in Disruption
1 parent 795de19 commit 8b7f2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/concepts/workloads/pods/disruptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ time as frequent voluntary disruptions. We call this set of features
9393
## How Disruption Budgets Work
9494

9595
An Application Owner can create a `PodDisruptionBudget` object (PDB) for each application.
96-
A PDB limits the number pods of a replicated application that are down simultaneously from
96+
A PDB limits the number of pods of a replicated application that are down simultaneously from
9797
voluntary disruptions. For example, a quorum-based application would
9898
like to ensure that the number of replicas running is never brought below the
9999
number needed for a quorum. A web front end might want to

0 commit comments

Comments
 (0)