mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Build out changes relating to typo fix
This commit is contained in:
parent
9c3539c623
commit
f818629c24
1 changed files with 2 additions and 2 deletions
|
@ -172,7 +172,7 @@ $ cap install</code></pre>
|
|||
<h3 id="toc_3">4. Configure your server addresses in the generated files.</h3>
|
||||
|
||||
<p>We'll just work with the staging environment here, so you can pretend that
|
||||
<code>config/deploy/production.rb</code> doesn't exist, for the most part that's yoru
|
||||
<code>config/deploy/production.rb</code> doesn't exist, for the most part that's your
|
||||
business.</p>
|
||||
|
||||
<p>Capistrano breaks down common tasks into a notion of <em>roles</em>, that is, taking
|
||||
|
@ -364,7 +364,7 @@ $ cap install</code></pre>
|
|||
<h3 id="toc_3">4. Configure your server addresses in the generated files.</h3>
|
||||
|
||||
<p>We'll just work with the staging environment here, so you can pretend that
|
||||
<code>config/deploy/production.rb</code> doesn't exist, for the most part that's yoru
|
||||
<code>config/deploy/production.rb</code> doesn't exist, for the most part that's your
|
||||
business.</p>
|
||||
|
||||
<p>Capistrano breaks down common tasks into a notion of <em>roles</em>, that is, taking
|
||||
|
|
Loading…
Reference in a new issue