aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorTom Kadwill <tomkadwill@gmail.com>2016-04-21 07:01:08 +0100
committerTom Kadwill <tomkadwill@gmail.com>2016-04-21 21:32:06 +0100
commit5646895b7f1561f132fcc42da52ff9b4bc7304fd (patch)
tree7bf3014fee14575706c760d3b106b3894a9727ed /actioncable
parent0f8eefa6a581f1f04a1258342419c2896f9062ab (diff)
downloadrails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.tar.gz
rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.tar.bz2
rails-5646895b7f1561f132fcc42da52ff9b4bc7304fd.zip
Actioncable and Actionpack documentation typos [ci skip]
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/lib/action_cable/remote_connections.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/remote_connections.rb b/actioncable/lib/action_cable/remote_connections.rb
index aeef8abc72..a528024427 100644
--- a/actioncable/lib/action_cable/remote_connections.rb
+++ b/actioncable/lib/action_cable/remote_connections.rb
@@ -28,7 +28,7 @@ module ActionCable
private
# Represents a single remote connection found via <tt>ActionCable.server.remote_connections.where(*)</tt>.
- # Exists for the solely for the purpose of calling #disconnect on that connection.
+ # Exists solely for the purpose of calling #disconnect on that connection.
class RemoteConnection
class InvalidIdentifiersError < StandardError; end