Skip to content

Commit 2615ac3

Browse files
author
Tobias Fuhrimann
committed
fix typo
1 parent 2d5cfa9 commit 2615ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.html.md.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ owner: Tobias Fuhrimann
77

88
In this step you will deploy the app to <%= vars.product_full %>.
99

10-
Push your app to the cloud by executing the following command and replacing the "my-random-hostname" with your own hostname. This will be part of the URL your app will be reached from and it has to be globally unique so be creative. The `-m 128M` tells Cloud Foundry to use 128MB of memory for our app which should be plenty.
10+
Push your app to the cloud by executing the following command and replacing the "my-random-hostname" with your own hostname. This will be part of the URL your app will be reached at and it has to be globally unique so be creative. The `-m 128M` tells Cloud Foundry to use 128MB of memory for our app which should be plenty.
1111

1212
<pre class="terminal">
1313
$ cf push my-node-app -m 128M -n my-random-hostname

0 commit comments

Comments
 (0)