aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorPepe Hipolito <jose.hipolito@gfi.com>2011-10-20 15:37:35 -0400
committerPepe Hipolito <jose.hipolito@gfi.com>2011-10-20 15:37:35 -0400
commit48e1f8ba4c02ed81ba70fee459de8bc569197fc4 (patch)
treed70c2a1637e8db5edbbef5e1a0dbddf420537a34 /railties/guides
parentaf1b5c54cfb74caddd6ffab171d26da9a5c885d1 (diff)
downloadrails-48e1f8ba4c02ed81ba70fee459de8bc569197fc4.tar.gz
rails-48e1f8ba4c02ed81ba70fee459de8bc569197fc4.tar.bz2
rails-48e1f8ba4c02ed81ba70fee459de8bc569197fc4.zip
Fixed typo.
a long the way => along the way
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/initialization.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index 32b41fdd2c..2299573a9f 100644
--- a/railties/guides/source/initialization.textile
+++ b/railties/guides/source/initialization.textile
@@ -7,7 +7,7 @@ This guide explains the internals of the initialization process in Rails as of R
endprologue.
-This guide goes through every single file, class and method call that is required to boot up the Ruby on Rails stack for a default Rails 3.1 application, explaining each part in detail a long the way. For this guide, we will be focusing on how the two most common methods (+rails server+ and Passenger) boot a Rails application.
+This guide goes through every single file, class and method call that is required to boot up the Ruby on Rails stack for a default Rails 3.1 application, explaining each part in detail along the way. For this guide, we will be focusing on how the two most common methods (+rails server+ and Passenger) boot a Rails application.
NOTE: Paths in this guide are relative to Rails or a Rails application unless otherwise specified.