From db5a6c358ac22ee981e5dad2ac24ec6d5b8f156c Mon Sep 17 00:00:00 2001 From: Valentin <40238252+valfur03@users.noreply.github.com> Date: Wed, 4 Jun 2025 10:10:20 +0200 Subject: [PATCH] docs: remove duplicate words with anchor text --- .../docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.md b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.md index 1a93ae5bac..4d13e1d3e1 100644 --- a/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.md +++ b/content/en/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro.md @@ -64,7 +64,7 @@ creating a hello-node application and deploying it using a container, you can do that first by following the instructions from the [Hello Minikube tutorial](/docs/tutorials/hello-minikube/). You will need to have installed kubectl as well. If you need to install it, visit -[install tools](/docs/tasks/tools/#kubectl) install tools. +[install tools](/docs/tasks/tools/#kubectl). Now that you know what Deployments are, let's deploy our first app!