From c0437f126511e49eab470b3108e32bb234786a51 Mon Sep 17 00:00:00 2001 From: Denys Bielyshev <47354295+belyshevdenis@users.noreply.github.com> Date: Fri, 21 Jun 2019 17:20:57 +0300 Subject: [PATCH] Update writing-policies-mutate.md --- documentation/writing-policies-mutate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/writing-policies-mutate.md b/documentation/writing-policies-mutate.md index 49338bc488..923fcdeae1 100644 --- a/documentation/writing-policies-mutate.md +++ b/documentation/writing-policies-mutate.md @@ -93,7 +93,7 @@ spec : ### Working with lists -Applying overlays to a list type without is fairly straightforward: new items will be added to the list, unless they already exist. For example, the next overlay will add IP "192.168.10.172" to all addresses in all Endpoints: +Applying overlays to a list type is fairly straightforward: new items will be added to the list, unless they already exist. For example, the next overlay will add IP "192.168.10.172" to all addresses in all Endpoints: ````yaml apiVersion: kyverno.io/v1alpha1