From 5c93be0e1103aaf7a7203ffc2c1e2d8dea6f67bd Mon Sep 17 00:00:00 2001 From: Shashank Patel Date: Tue, 9 Apr 2019 17:19:06 +0530 Subject: [PATCH] fix typo pod security page (#13714) Associated with #13713 --- content/en/docs/concepts/policy/pod-security-policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/policy/pod-security-policy.md b/content/en/docs/concepts/policy/pod-security-policy.md index 2b2e1dc05c..09b357f84b 100644 --- a/content/en/docs/concepts/policy/pod-security-policy.md +++ b/content/en/docs/concepts/policy/pod-security-policy.md @@ -576,7 +576,7 @@ as the string `Default`. The only other ProcMountType is `UnmaskedProcMount`, which bypasses the default masking behavior of the container runtime and ensures the newly -created /proc the container stays in tact with no modifications. This is +created /proc the container stays intact with no modifications. This is denoted as the string `Unmasked`. ### AppArmor