aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README.rdoc
diff options
context:
space:
mode:
authorWaynn Lue <WLGades@gmail.com>2011-08-24 23:00:43 -0700
committerWaynn Lue <waynnlue@gmail.com>2011-08-26 10:58:06 -0700
commit6bdf4a3829acd089adddfb2b534ed66d974b902a (patch)
tree9548d21748fc03e74a6ea223559e6e6c1bc4880b /railties/README.rdoc
parent68424fb1cf45acda3ad1daef30136f3bcd4f9f9d (diff)
downloadrails-6bdf4a3829acd089adddfb2b534ed66d974b902a.tar.gz
rails-6bdf4a3829acd089adddfb2b534ed66d974b902a.tar.bz2
rails-6bdf4a3829acd089adddfb2b534ed66d974b902a.zip
incorporate feedback from vijaydev and dasch to rephrase this to sound more natural, and some grammar fixes.
Diffstat (limited to 'railties/README.rdoc')
-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