1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Correct spelling errors on What Is Capistrano

Fixed a few spelling errors on http://www.capistranorb.com/documentation/overview/what-is-capistrano/ page.
This commit is contained in:
Fernando Paredes 2013-07-29 09:55:22 -07:00
parent 164a5ce15e
commit fea29a89e3

View file

@ -112,7 +112,7 @@
<p>Capistrano can be used to:</p>
<ul>
<li>Reliably deploy web application to any number of machines simultaniously,
<li>Reliably deploy web application to any number of machines simultaneously,
in sequence or as a rolling set</li>
<li>To automate audits of any number of machines (checking login logs,
enumerating uptimes, and/or applying security patches)</li>
@ -220,7 +220,7 @@ task :ditty do
end
on roles(:app) do
# We can set environmental varaibles for the duration of a block
# We can set environmental variables for the duration of a block
# and move the process into a directoy, executing arbitrary tasks
# such as letting Rails do some heavy lifting.
with({:rails_env =&gt; :production}) do