Skip to content

Commit

Permalink
Modified the content based on vijaydev's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnoble committed Jul 24, 2011
1 parent 8e44ff6 commit f04725f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/getting_started.textile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f04725f

Please sign in to comment.