Skip to content

Commit

Permalink
Merge pull request rubocop#6 from chrisledet/master
Browse files Browse the repository at this point in the history
Fixed typo in Mailers section
  • Loading branch information
bbatsov committed Oct 21, 2011
2 parents aabfa26 + e5479ac commit 96a2f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ the same purpose of the named scope and returns and
* The delivery methos for development and production should be `smtp`:
```Ruby
# config/environments/delelopment.rb, config/environments/production.rb
# config/environments/development.rb, config/environments/production.rb
config.action_mailer.delivery_method = :smtp
```
Expand Down

0 comments on commit 96a2f92

Please sign in to comment.