diff options
author | Rohit Arondekar <rohit.arondekar@gmail.com> | 2010-04-19 02:15:04 -0700 |
---|---|---|
committer | Rohit Arondekar <rohit.arondekar@gmail.com> | 2010-04-19 02:15:04 -0700 |
commit | 2bae20138a4e3cb37ce26e396a4b14455a947ba2 (patch) | |
tree | 2caec2831b2deb7e4b2e2fd00a0b8c5468ad034c | |
parent | 6f6cddb599f596cbfd414d880bb4c64d3f1d8ffb (diff) | |
download | rails-2bae20138a4e3cb37ce26e396a4b14455a947ba2.tar.gz rails-2bae20138a4e3cb37ce26e396a4b14455a947ba2.tar.bz2 rails-2bae20138a4e3cb37ce26e396a4b14455a947ba2.zip |
Replaced ',' with 'or' to make it read better.
-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 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 |