fix for issue #15238 removed extra "for" (#15239)

fix for issue #15238 ,removed extra for
This commit is contained in:
shub-asa1 2019-07-02 14:05:08 +05:30 committed by Kubernetes Prow Robot
parent 4181f840bb
commit 86e887bb72
1 changed files with 1 additions and 1 deletions

View File

@ -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.