From e36f0d806f6aebbd45060623a66d9883bb7563fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Klang=20=28=E2=88=9A=29?= Date: Mon, 4 Feb 2019 17:44:39 +0100 Subject: [PATCH] Addressing a kubectl typo in helloworld-scala README (#870) --- serving/samples/helloworld-scala/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/samples/helloworld-scala/README.md b/serving/samples/helloworld-scala/README.md index 1de8f1b1a..afb9cea2c 100644 --- a/serving/samples/helloworld-scala/README.md +++ b/serving/samples/helloworld-scala/README.md @@ -132,5 +132,5 @@ curl -v -H "Host: helloworld-scala.default.example.com" http://$SERVING_GATEWAY ## Cleanup ```shell -kubetl delete --filename helloworld-scala.yaml +kubectl delete --filename helloworld-scala.yaml ``` \ No newline at end of file