From 7f2d1b3bf4c0b379cb88bfd33d48a5532b766608 Mon Sep 17 00:00:00 2001 From: Xianglin Gao Date: Wed, 30 May 2018 12:48:54 +0800 Subject: [PATCH] Update deploy-intro.html (#8811) --- .../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 8e69db3ff2..cd107b9af4 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 @@ -90,7 +90,7 @@ weight: 10
-

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Basics.

+

For our first Deployment, we'll use a Node.js application packaged in a Docker container. The source code and the Dockerfile are available in the GitHub repository for the Kubernetes Basics.

Now that you know what Deployments are, let's go to the online tutorial and deploy our first app!