From e43aa440e3f8a945221c90f60867342a8ac699b6 Mon Sep 17 00:00:00 2001 From: Lester Covax <34850610+LesterCovax@users.noreply.github.com> Date: Wed, 1 Jul 2020 06:31:46 -0400 Subject: [PATCH] Fixed typo (#11045) s/form/from --- app/working-with-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/working-with-app.md b/app/working-with-app.md index 7e7a3b2d16..55202afa23 100644 --- a/app/working-with-app.md +++ b/app/working-with-app.md @@ -267,7 +267,7 @@ my-app 1 Swarm Now that the app is running, you can point a web browser at the DNS name or public IP of the Docker node on port 8080 and see the app. You must ensure traffic to port 8080 is allowed on -the connection form your browser to your Docker host. +the connection from your browser to your Docker host. Now change the port of the application using `docker app upgrade ` command. ```