Update typo in documentation

This commit is contained in:
Jearvon Dharrie 2013-07-11 01:25:51 -04:00
parent 33e2a9933d
commit 6a487f9a47

View File

@ -5,7 +5,7 @@ After following INSTALL-ubuntu.md your mailer settings should still be set (in
```ruby
config.action_mailer.delivery_method = :sendmail
config.action_mailer.sendmail_settings = {arguments: '-i}
config.action_mailer.sendmail_settings = {arguments: '-i'}
```
That's great. Leave that there as we're going to try to get the mail to postfix