diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-12-12 08:12:13 -0800 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-12-12 08:12:13 -0800 |
commit | 07fd25c759b079a12dcd087aeacf39deb3e549d0 (patch) | |
tree | 68daf738634ff37865370c48361845750819393e /actionpack/lib/action_controller | |
parent | a9b3c8f2b03fec61aeea976a1ddfa9eb41c8a2ba (diff) | |
parent | 5fccd77b6c71e26fcbf879657c1f532999171900 (diff) | |
download | rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.tar.gz rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.tar.bz2 rails-07fd25c759b079a12dcd087aeacf39deb3e549d0.zip |
Merge pull request #13293 from akshay-vishnoi/typo
Spelling and Grammar checks [ci skip]
Diffstat (limited to 'actionpack/lib/action_controller')
-rw-r--r-- | actionpack/lib/action_controller/metal/live.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/metal/live.rb b/actionpack/lib/action_controller/metal/live.rb index 0dd788645b..b7d1334dd3 100644 --- a/actionpack/lib/action_controller/metal/live.rb +++ b/actionpack/lib/action_controller/metal/live.rb @@ -48,7 +48,7 @@ module ActionController # the server will receive a +Last-Event-ID+ header with value equal to +id+. # # After setting an option in the constructor of the SSE object, all future - # SSEs sent accross the stream will use those options unless overridden. + # SSEs sent across the stream will use those options unless overridden. # # Example Usage: # |