aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorRohit Arondekar <rohit.arondekar@gmail.com>2010-04-19 02:15:04 -0700
committerRohit Arondekar <rohit.arondekar@gmail.com>2010-04-19 02:15:04 -0700
commit2bae20138a4e3cb37ce26e396a4b14455a947ba2 (patch)
tree2caec2831b2deb7e4b2e2fd00a0b8c5468ad034c /railties/guides/source/getting_started.textile
parent6f6cddb599f596cbfd414d880bb4c64d3f1d8ffb (diff)
downloadrails-2bae20138a4e3cb37ce26e396a4b14455a947ba2.tar.gz
rails-2bae20138a4e3cb37ce26e396a4b14455a947ba2.tar.bz2
rails-2bae20138a4e3cb37ce26e396a4b14455a947ba2.zip
Replaced ',' with 'or' to make it read better.
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index cbace177f9..58f2eaf178 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -87,7 +87,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, any other Rack application.
+Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application.
h5. Action Mailer