aboutsummaryrefslogtreecommitdiffstats
path: root/railties/README.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'railties/README.rdoc')
-rw-r--r--railties/README.rdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/railties/README.rdoc b/railties/README.rdoc
index a1718a7d96..0457227473 100644
--- a/railties/README.rdoc
+++ b/railties/README.rdoc
@@ -4,7 +4,7 @@ Railties is responsible to glue all frameworks together. Overall, it:
* handles all the bootstrapping process for a Rails application;
-* manager rails command line interface;
+* manages rails command line interface;
* provides Rails generators core;
@@ -15,7 +15,7 @@ The latest version of Railties can be installed with Rubygems:
* gem install railties
-Documentation can be found at
+Documentation can be found at
* http://api.rubyonrails.org
@@ -23,3 +23,4 @@ Documentation can be found at
== License
Railties is released under the MIT license.
+