aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/streaming.rb
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-07 14:23:27 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2014-06-07 14:23:27 +0530
commitb6760d8f14af6b00250395f2c830b89e43621860 (patch)
treeff2420da7f8135edffc6b08855becc9fbb0b5be5 /actionpack/lib/action_controller/metal/streaming.rb
parenta6c8cde83526e4ec5b1212b5e6d1e512ebf7c0ec (diff)
downloadrails-b6760d8f14af6b00250395f2c830b89e43621860.tar.gz
rails-b6760d8f14af6b00250395f2c830b89e43621860.tar.bz2
rails-b6760d8f14af6b00250395f2c830b89e43621860.zip
[ci skip] Fix capitalization
Diffstat (limited to 'actionpack/lib/action_controller/metal/streaming.rb')
-rw-r--r--actionpack/lib/action_controller/metal/streaming.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/streaming.rb b/actionpack/lib/action_controller/metal/streaming.rb
index 62d5931b45..04401cad7b 100644
--- a/actionpack/lib/action_controller/metal/streaming.rb
+++ b/actionpack/lib/action_controller/metal/streaming.rb
@@ -183,7 +183,7 @@ module ActionController #:nodoc:
# You may also want to configure other parameters like <tt>:tcp_nodelay</tt>.
# Please check its documentation for more information: http://unicorn.bogomips.org/Unicorn/Configurator.html#method-i-listen
#
- # If you are using Unicorn with Nginx, you may need to tweak Nginx.
+ # If you are using Unicorn with NGINX, you may need to tweak NGINX.
# Streaming should work out of the box on Rainbows.
#
# ==== Passenger