From 93fa7e75553c3332314b3b988f7082cfde857475 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 12 Jul 2016 04:59:08 -0700 Subject: [PATCH] Fix a minor typo in swarm tutorial docs This fix fixes a minor typo in swarm tutorial's delete service docs. Signed-off-by: Yong Tang --- docs/swarm/swarm-tutorial/delete-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swarm/swarm-tutorial/delete-service.md b/docs/swarm/swarm-tutorial/delete-service.md index b98a3ec4f3..d0364be42b 100644 --- a/docs/swarm/swarm-tutorial/delete-service.md +++ b/docs/swarm/swarm-tutorial/delete-service.md @@ -39,5 +39,5 @@ removed the service. The CLI returns a message that the service is not found: ## What's next? -In the next step of the tutorial, you set up a new service and and apply a +In the next step of the tutorial, you set up a new service and apply a [rolling update](rolling-update.md).