From 5c41bb04825c13020564483034173e30ecf859c9 Mon Sep 17 00:00:00 2001 From: Gabriele Cimato Date: Fri, 9 Aug 2019 14:47:13 -0700 Subject: [PATCH] docs: update deploy-intro, fix node js sentence (#15758) --- .../tutorials/kubernetes-basics/deploy-app/deploy-intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html index 8b3604c844..9c7a36916b 100644 --- a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html +++ b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.html @@ -92,7 +92,7 @@ weight: 10

For your first Deployment, you'll use a Node.js application packaged in a Docker container. (If you didn't already try creating a - Node.js application and deploying a Node.js application and deploying it using a container, you can do that first by following the + Node.js application and deploying it using a container, you can do that first by following the instructions from the Hello Minikube tutorial).