diff options
author | JudeArasu <judearasu@gmail.com> | 2011-03-03 23:20:28 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-03-05 11:56:33 +0100 |
commit | d735672aa5c73e314345277f001b55d13859303e (patch) | |
tree | c9f7e15d243d39fa8172dac9a528bb42861a7e86 | |
parent | 3457db712e1a66838ddd37e99fa86e108ad758a7 (diff) | |
download | rails-d735672aa5c73e314345277f001b55d13859303e.tar.gz rails-d735672aa5c73e314345277f001b55d13859303e.tar.bz2 rails-d735672aa5c73e314345277f001b55d13859303e.zip |
Spelling mistake
-rw-r--r-- | railties/README.rdoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/README.rdoc b/railties/README.rdoc index 789d5255b7..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; @@ -23,3 +23,4 @@ Documentation can be found at == License Railties is released under the MIT license. + |