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)*