Skip to content

Commit

Permalink
Typo/phrasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardkmichael committed Feb 21, 2014
1 parent 883b94a commit 1f62af8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/capistrano/templates/stage.rb.erb
Expand Up @@ -12,8 +12,8 @@ role :db, %w{deploy@example.com}
# Extended Server Syntax
# ======================
# This can be used to drop a more detailed server definition into the
# server list. The second argument something that quacks like a hash can
# be used to set extended properties on the server.
# server list. The second argument is a, or duck-types, Hash and is
# used to set extended properties on the server.

server 'example.com', user: 'deploy', roles: %w{web app}, my_property: :my_value

Expand Down

0 comments on commit 1f62af8

Please sign in to comment.