Skip to content

Commit

Permalink
fixing a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticart committed Oct 24, 2011
1 parent f20d3c0 commit 8945a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ your application.
config.action_mailer.delivery_method = :test config.action_mailer.delivery_method = :test
``` ```


* The delivery methos for development and production should be `smtp`: * The delivery methods for development and production should be `smtp`:


```Ruby ```Ruby
# config/environments/development.rb, config/environments/production.rb # config/environments/development.rb, config/environments/production.rb
Expand Down

0 comments on commit 8945a0f

Please sign in to comment.