From d50f64f2a5887d6f5df1ea415af8bea58b81c6d7 Mon Sep 17 00:00:00 2001 From: Guangwen Feng Date: Fri, 1 Jul 2022 10:34:08 +0800 Subject: [PATCH] Fix a minor typo in intro.md Signed-off-by: Guangwen Feng --- content/en/docs/concepts/windows/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/windows/intro.md b/content/en/docs/concepts/windows/intro.md index 91e9412759..a78a849931 100644 --- a/content/en/docs/concepts/windows/intro.md +++ b/content/en/docs/concepts/windows/intro.md @@ -121,7 +121,7 @@ section refers to several key workload abstractions and how they map to Windows. In the above list, wildcards (`*`) indicate all elements in a list. For example, `spec.containers[*].securityContext` refers to the SecurityContext object for all containers. If any of these fields is specified, the Pod will - not be admited by the API server. + not be admitted by the API server. * [Workload resources](/docs/concepts/workloads/controllers/) including: * ReplicaSet