aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-08-30 13:32:59 -0700
committerXavier Noria <fxn@hashref.com>2011-08-30 13:32:59 -0700
commita7a01b8b8ed7a0ce6d40c7aae8af882b28770236 (patch)
treecb8d1d374ef32ea3cc608db1e9a8153113dc9cca
parentbd4bd3f50a7e3a8efd8f24612765a7f16e520748 (diff)
parent6bdf4a3829acd089adddfb2b534ed66d974b902a (diff)
downloadrails-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.
-rw-r--r--railties/README.rdoc8
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