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 /actionpack | |
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 'actionpack')
-rw-r--r-- | actionpack/README.rdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc index 93b2a0932a..f56230ffa0 100644 --- a/actionpack/README.rdoc +++ b/actionpack/README.rdoc @@ -30,7 +30,7 @@ The latest version of Action Pack can be installed with RubyGems: $ gem install actionpack -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/actionpack @@ -44,11 +44,11 @@ Action Pack is released under the MIT license: == Support -API documentation is at +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 |