From 9f5a19535f95b6a7af24d5c04f8d086b517e8367 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 20 May 2021 19:34:12 +0200 Subject: [PATCH] --typo --- v3-calico/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-calico/README.md b/v3-calico/README.md index 2b3aedc..2654459 100644 --- a/v3-calico/README.md +++ b/v3-calico/README.md @@ -107,5 +107,5 @@ if you use that deployment. Instead use something on the line of the included **nginx-test-deployment.yaml**: ``` -kubectl appply -f nginx-test-deployment.yaml +kubectl apply -f nginx-test-deployment.yaml ```