aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorJudeAr <judearasu@gmail.com>2011-06-15 22:04:20 -0700
committerJudeAr <judearasu@gmail.com>2011-06-15 22:04:20 -0700
commit0dd9db871d78408db7b1fe7397c3fcf7c9ffb541 (patch)
tree16acde87dfb5b1e4517bd1adbd24c22d2516be3b /railties
parent406d61ee8c0311f742ac74b9a15845cc3cd214d3 (diff)
downloadrails-0dd9db871d78408db7b1fe7397c3fcf7c9ffb541.tar.gz
rails-0dd9db871d78408db7b1fe7397c3fcf7c9ffb541.tar.bz2
rails-0dd9db871d78408db7b1fe7397c3fcf7c9ffb541.zip
fixed typo chnages
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/command_line.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index 03ff3097da..bedb9fc6d9 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -527,7 +527,7 @@ NOTE. The only catch with using the SCM options is that you have to make your ap
h4(#different-servers). +server+ with Different Backends
-Many people have created a large number different web servers in Ruby, and many of them can be used to run Rails. Since version 2.3, Rails uses Rack to serve its webpages, which means that any webserver that implements a Rack handler can be used. This includes WEBrick, Mongrel, Thin, and Phusion Passenger (to name a few!).
+Many people have created a large number of different web servers in Ruby, and many of them can be used to run Rails. Since version 2.3, Rails uses Rack to serve its webpages, which means that any webserver that implements a Rack handler can be used. This includes WEBrick, Mongrel, Thin, and Phusion Passenger (to name a few!).
NOTE: For more details on the Rack integration, see "Rails on Rack":rails_on_rack.html.