Fixed typo.

a long the way => along the way
This commit is contained in:
Pepe Hipolito 2011-10-20 15:37:35 -04:00
parent af1b5c54cf
commit 48e1f8ba4c

@ -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.