Skip to content

Commit 369ac79

Browse files
author
Gabriel Monroy
committed
fix typo in deploy language
1 parent 65245e2 commit 369ac79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/gettingstarted/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ Find an application you’d like to deploy, or clone `an example app`_.
134134
Change into the application directory and use ``deis create --formation=dev``
135135
to create a new application attached to the dev formation.
136136

137-
To deploy the application, new ``git push deis master``.
138-
Deis will automatically deploy Docker containers
139-
and configure Nginx proxies to route requests to your application.
137+
To deploy the application, use ``git push deis master``.
138+
Deis will automatically deploy Docker containers and configure Nginx proxies
139+
to route requests to your application.
140140

141141
Once your application is deployed, you use ``deis scale web=4`` to
142142
scale up web containers. You can also use ``deis logs`` to view

0 commit comments

Comments
 (0)