From 86e887bb728821e8c7aae31b9411a01fafdff735 Mon Sep 17 00:00:00 2001 From: shub-asa1 <48909477+shub-asa1@users.noreply.github.com> Date: Tue, 2 Jul 2019 14:05:08 +0530 Subject: [PATCH] fix for issue #15238 removed extra "for" (#15239) fix for issue #15238 ,removed extra for --- content/en/docs/concepts/security/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/overview.md b/content/en/docs/concepts/security/overview.md index e0e196c276..fea67957d1 100644 --- a/content/en/docs/concepts/security/overview.md +++ b/content/en/docs/concepts/security/overview.md @@ -13,7 +13,7 @@ Kubernetes Security (and security in general) is an immense topic that has many highly interrelated parts. In today's era where open source software is integrated into many of the systems that help web applications run, there are some overarching concepts that can help guide your intuition about how you can -think about security holistically. This guide will define a mental model for +think about security holistically. This guide will define a mental model for some general concepts surrounding Cloud Native Security. The mental model is completely arbitrary and you should only use it if it helps you think about where to secure your software stack.