From f42e3ff817828657f77a58636eae65404b6bd270 Mon Sep 17 00:00:00 2001 From: Ed Solis Date: Mon, 22 May 2017 14:54:46 -0500 Subject: [PATCH] MInor spelling edit: Getting Started- Part 4 (#3344) --- get-started/part4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/part4.md b/get-started/part4.md index 5e93d260f5..7a8ddc3e17 100644 --- a/get-started/part4.md +++ b/get-started/part4.md @@ -238,7 +238,7 @@ look: ## Iterating and scaling your app From here you can do everything you learned about in part 3: scale the app by -changing the `docker-compose.yml` file, or change the app behavior be editing +changing the `docker-compose.yml` file, or change the app behavior by editing code. In either case, simply running `docker stack deploy` again deploys these changes. You can tear down the stack with `docker stack rm`. You can also join any machine, physical or virtual, to this swarm, using the same