diff --git a/docs/design/security_context.md b/docs/design/security_context.md index 1bc654f88c3..db0d4390b61 100644 --- a/docs/design/security_context.md +++ b/docs/design/security_context.md @@ -86,7 +86,7 @@ shared disks. constraints to isolate containers from their host. Different use cases need different settings. * The concept of a security context should not be tied to a particular security -mechanism or platform (ie. SELinux, AppArmor) +mechanism or platform (i.e. SELinux, AppArmor) * Applying a different security context to a scope (namespace or pod) requires a solution such as the one proposed for [service accounts](service_accounts.md).