diff options
author | Xavier Noria <fxn@hashref.com> | 2011-08-30 13:32:59 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-30 13:32:59 -0700 |
commit | a7a01b8b8ed7a0ce6d40c7aae8af882b28770236 (patch) | |
tree | cb8d1d374ef32ea3cc608db1e9a8153113dc9cca /railties | |
parent | bd4bd3f50a7e3a8efd8f24612765a7f16e520748 (diff) | |
parent | 6bdf4a3829acd089adddfb2b534ed66d974b902a (diff) | |
download | rails-a7a01b8b8ed7a0ce6d40c7aae8af882b28770236.tar.gz rails-a7a01b8b8ed7a0ce6d40c7aae8af882b28770236.tar.bz2 rails-a7a01b8b8ed7a0ce6d40c7aae8af882b28770236.zip |
Merge pull request #2684 from waynn/patch-2
Rephrasing to sound more natural, and some grammar fixes.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/README.rdoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/README.rdoc b/railties/README.rdoc index eb7ed961e3..501541eb06 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -1,12 +1,12 @@ = Railties -- Gluing the Engine to the Rails -Railties is responsible to glue all frameworks together. Overall, it: +Railties is responsible for gluing all frameworks together. Overall, it: -* handles all the bootstrapping process for a Rails application; +* handles the bootstrapping process for a Rails application; -* manages rails command line interface; +* manages the +rails+ command line interface; -* provides Rails generators core; +* and provides Rails generators core. == Download |