Skip to content

Commit 439193b

Browse files
committed
Fixed run-on sentence, grammar
1 parent dcfb70b commit 439193b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/scenarios/web.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ support for Python 2.7 applications.
189189

190190
Heroku allows you to run as many Python web applications as you like, 24/7 and
191191
free of charge. Heroku is best described as a horizontal scaling platform. They
192-
start to charge you once you "scale" you application to run on more than one
192+
start to charge you once you "scale" your application to run on more than one
193193
Dyno (abstracted servers) at a time.
194194

195195
Heroku publishes `step-by-step instructions
@@ -202,10 +202,9 @@ DotCloud
202202
~~~~~~~~
203203

204204
`DotCloud <http://www.dotcloud.com/>`_ supports WSGI applications and
205-
background/worker tasks natively on their platform. Web applications running
206-
Python version 2.6, and uses :ref:`nginx <nginx-ref>` and :ref:`uWSGI
207-
<uwsgi-ref>`, and allows custom configuration of both
208-
for advanced users.
205+
background/worker tasks natively on their platform. Web applications run
206+
Python version 2.6, use :ref:`nginx <nginx-ref>` and :ref:`uWSGI
207+
<uwsgi-ref>`, and allow custom configuration of both for advanced users.
209208

210209
DotCloud uses a custom command-line API client which can work with
211210
applications managed in git repositories or any other version control

0 commit comments

Comments
 (0)