Skip to content

Commit b1a0a06

Browse files
committed
fix typo
1 parent 950914f commit b1a0a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user_guides/deploy_go_apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ It’s done! Now we have a simple go project deployed on tsuru.
9191
Now we can access your app in the URL displayed in app info (“helloworld.192.168.50.4.nip.io” in this case).
9292

9393

94-
# Deploy multiple processes aplication
94+
# Deploy multiple processes application
9595

9696
Teams often design their applications to distribute responsibilities across multiple processes, such as an API and a worker. While these processes might share the same repository, they typically have different entry points.
9797

0 commit comments

Comments
 (0)