From 90e3c70f16b447802805b9a9b238ea834688736c Mon Sep 17 00:00:00 2001 From: Denys Bielyshev <47354295+belyshevdenis@users.noreply.github.com> Date: Fri, 21 Jun 2019 17:53:33 +0300 Subject: [PATCH] Update writing-policies-generate.md --- documentation/writing-policies-generate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/writing-policies-generate.md b/documentation/writing-policies-generate.md index 883d1e1b92..9d80a70871 100644 --- a/documentation/writing-policies-generate.md +++ b/documentation/writing-policies-generate.md @@ -77,7 +77,7 @@ spec: policyname: "default" ```` -In this example, when the policy is applied, any new namespace will receive a nNtworkPolicy based on the specified template that by default denies all inbound and outbound traffic. +In this example, when the policy is applied, any new namespace will receive a NetworkPolicy based on the specified template that by default denies all inbound and outbound traffic. --- *Read Next >> [Testing Policies](/documentation/testing-policies.md)*