diff options
author | Xavier Noria <fxn@hashref.com> | 2014-06-07 02:17:25 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-06-07 02:17:25 -0700 |
commit | ad539dcb30742c019e008ccc571bfeff77e8b24c (patch) | |
tree | ff2420da7f8135edffc6b08855becc9fbb0b5be5 /actionpack/lib/action_controller | |
parent | a6c8cde83526e4ec5b1212b5e6d1e512ebf7c0ec (diff) | |
parent | b6760d8f14af6b00250395f2c830b89e43621860 (diff) | |
download | rails-ad539dcb30742c019e008ccc571bfeff77e8b24c.tar.gz rails-ad539dcb30742c019e008ccc571bfeff77e8b24c.tar.bz2 rails-ad539dcb30742c019e008ccc571bfeff77e8b24c.zip |
Merge pull request #15555 from akshay-vishnoi/doc_changes
Fix capitalization
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/streaming.rb | 2 |
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 |