From 069a2dabc66ac076901f9befa4c992cd22497626 Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Sun, 19 Mar 2017 19:17:05 +0800 Subject: [PATCH] update init-containers.md change "apply" to "application" --- docs/concepts/workloads/pods/init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index 1a43dea943..d3dc7beb88 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -227,7 +227,7 @@ validation error is thrown for any Container sharing a name with another. ### Resources Given the ordering and execution for Init Containers, the following rules -for resource usage apply: +for resource usage application: * The highest of any particular resource request or limit defined on all Init Containers is the *effective init request/limit*