mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Fix spelling error "equivilent" -> "equivalent"
This commit is contained in:
parent
cf42d7ed70
commit
065222f45e
4 changed files with 6 additions and 6 deletions
|
@ -174,7 +174,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
|
|||
couple of freelancers who were consulting with them. (Hint, one of those guys
|
||||
went on to found Travis-CI!)
|
||||
|
||||
The equivilent code in under Capistrano v3 would look like this:
|
||||
The equivalent code in under Capistrano v3 would look like this:
|
||||
|
||||
{% prism ruby %}
|
||||
# Capistrano 3.0.x
|
||||
|
|
|
@ -289,7 +289,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
|
|||
couple of freelancers who were consulting with them. (Hint, one of those guys
|
||||
went on to found Travis-CI!)</p>
|
||||
|
||||
<p>The equivilent code in under Capistrano v3 would look like this:</p>
|
||||
<p>The equivalent code in under Capistrano v3 would look like this:</p>
|
||||
|
||||
<div>
|
||||
<pre data-line=''><code class='language-ruby'># Capistrano 3.0.x
|
||||
|
@ -876,7 +876,7 @@ implemeted to facilitate rolling deployments at a large German firm by a
|
|||
couple of freelancers who were consulting with them. (Hint, one of those guys
|
||||
went on to found Travis-CI!)</p>
|
||||
|
||||
<p>The equivilent code in under Capistrano v3 would look like this:</p>
|
||||
<p>The equivalent code in under Capistrano v3 would look like this:</p>
|
||||
|
||||
<div>
|
||||
<pre data-line=''><code class='language-ruby'># Capistrano 3.0.x
|
||||
|
|
|
@ -234,7 +234,7 @@ environment.</p>
|
|||
|
||||
<p>Servers can be defined in a bunch of ways, the following shows defining two
|
||||
servers, one where we set the username, and another where we set the port.
|
||||
These host strings are parsed and expanded out in to the equivilent of the
|
||||
These host strings are parsed and expanded out in to the equivalent of the
|
||||
server line after the comment:</p>
|
||||
|
||||
<div>
|
||||
|
@ -426,7 +426,7 @@ environment.</p>
|
|||
|
||||
<p>Servers can be defined in a bunch of ways, the following shows defining two
|
||||
servers, one where we set the username, and another where we set the port.
|
||||
These host strings are parsed and expanded out in to the equivilent of the
|
||||
These host strings are parsed and expanded out in to the equivalent of the
|
||||
server line after the comment:</p>
|
||||
|
||||
<div>
|
||||
|
|
|
@ -125,7 +125,7 @@ environment.
|
|||
|
||||
Servers can be defined in a bunch of ways, the following shows defining two
|
||||
servers, one where we set the username, and another where we set the port.
|
||||
These host strings are parsed and expanded out in to the equivilent of the
|
||||
These host strings are parsed and expanded out in to the equivalent of the
|
||||
server line after the comment:
|
||||
|
||||
{% prism ruby %}
|
||||
|
|
Loading…
Reference in a new issue