diff options
author | Jason Noble & Ralph Shnelvar <perlwizard@gmail.com> | 2011-07-24 12:24:00 -0600 |
---|---|---|
committer | Jason Noble & Ralph Shnelvar <perlwizard@gmail.com> | 2011-07-24 12:24:00 -0600 |
commit | f04725f3ba39c9d9ecdf75cfc398705f1e22f824 (patch) | |
tree | ec3f567494b1d4e10c34364152d6e186855a168d | |
parent | 8e44ff63b228509921b346c3ebe138b993e8bf67 (diff) | |
download | rails-f04725f3ba39c9d9ecdf75cfc398705f1e22f824.tar.gz rails-f04725f3ba39c9d9ecdf75cfc398705f1e22f824.tar.bz2 rails-f04725f3ba39c9d9ecdf75cfc398705f1e22f824.zip |
Modified the content based on vijaydev's comment
https://github.com/lifo/docrails/commit/3eb99aab77c04dbd95dfc9f73e03a667f114914f#commitcomment-493737
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index e952998c20..92606681da 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -92,7 +92,7 @@ Action View manages the views of your Rails application. It can create both HTML h5. Action Dispatch -Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a later guide called "Rails on Rack":http://edgeguides.rubyonrails.org/rails_on_rack.html. +Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a separate guide called "Rails on Rack":http://guides.rubyonrails.org/rails_on_rack.html. h5. Action Mailer |