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 /activejob | |
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 'activejob')
-rw-r--r-- | activejob/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activejob/README.md b/activejob/README.md index 8a9a23929b..f1ebb76e08 100644 --- a/activejob/README.md +++ b/activejob/README.md @@ -100,7 +100,7 @@ The latest version of Active Job can be installed with RubyGems: $ gem install activejob ``` -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/activejob @@ -117,7 +117,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 |