From cdcc0052a6545e8e7b098af66080dcf07ccba028 Mon Sep 17 00:00:00 2001 From: Yoan Blanc Date: Wed, 30 Jan 2019 16:45:17 +0100 Subject: [PATCH] examples: typo --- examples/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/image.md b/examples/image.md index a6248c1f3..6e3eed6c0 100644 --- a/examples/image.md +++ b/examples/image.md @@ -52,7 +52,7 @@ cd $DEMO_HOME kustomize edit set image busybox=alpine:3.6 ``` -The folowing `images` will be added to `kustomization.yaml`: +The following `images` will be added to `kustomization.yaml`: > ``` > images: > - name: busybox