aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/live.rb
diff options
context:
space:
mode:
authorAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-12 18:28:34 +0530
committerAkshay Vishnoi <akshay.vishnoi@vinsol.com>2013-12-12 18:28:34 +0530
commit5fccd77b6c71e26fcbf879657c1f532999171900 (patch)
tree12a35acd93877bb547bdbef986a2ee202fc5312d /actionpack/lib/action_controller/metal/live.rb
parent5c5d5080b7ea008f0b4a5bf2e65bb22d24094cea (diff)
downloadrails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.gz
rails-5fccd77b6c71e26fcbf879657c1f532999171900.tar.bz2
rails-5fccd77b6c71e26fcbf879657c1f532999171900.zip
Spelling and Grammar checks
Diffstat (limited to 'actionpack/lib/action_controller/metal/live.rb')
-rw-r--r--actionpack/lib/action_controller/metal/live.rb2
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:
#