diff options
author | Fatos Morina <fatosi.morina@gmail.com> | 2017-11-28 19:27:43 +0100 |
---|---|---|
committer | Fatos Morina <fatosi.morina@gmail.com> | 2017-11-28 19:27:43 +0100 |
commit | 37cf9b34667965402e804d75a78ccdeeb7d55166 (patch) | |
tree | ea6f706622edd6ce9e20e2d9c9ee1fda73cb0722 /actionmailer | |
parent | 076d1621bbd8e254d66b6f47025961a1de16f30d (diff) | |
download | rails-37cf9b34667965402e804d75a78ccdeeb7d55166.tar.gz rails-37cf9b34667965402e804d75a78ccdeeb7d55166.tar.bz2 rails-37cf9b34667965402e804d75a78ccdeeb7d55166.zip |
Fix typos and add a few suggestions
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/README.rdoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 9993d3777d..14dfb82234 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -148,7 +148,7 @@ The latest version of Action Mailer can be installed with RubyGems: $ gem install actionmailer -Source code can be downloaded as part of the Rails project on GitHub +Source code can be downloaded as part of the Rails project on GitHub: * https://github.com/rails/rails/tree/master/actionmailer @@ -166,7 +166,7 @@ API documentation is at * http://api.rubyonrails.org -Bug reports can be filed for the Ruby on Rails project here: +Bug reports for the Ruby on Rails project can be filed here: * https://github.com/rails/rails/issues |