From 0dc7f801778c05339ae91a1508002a5c08a88fe4 Mon Sep 17 00:00:00 2001 From: Jeremy Daer Date: Thu, 15 Oct 2015 23:25:54 -0700 Subject: Websockets -> WebSocket spelling [ci skip] --- lib/action_cable/channel/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/action_cable/channel/base.rb') diff --git a/lib/action_cable/channel/base.rb b/lib/action_cable/channel/base.rb index 3f0c4d62d9..17ac1a97af 100644 --- a/lib/action_cable/channel/base.rb +++ b/lib/action_cable/channel/base.rb @@ -1,6 +1,6 @@ module ActionCable module Channel - # The channel provides the basic structure of grouping behavior into logical units when communicating over the websocket connection. + # The channel provides the basic structure of grouping behavior into logical units when communicating over the WebSocket connection. # You can think of a channel like a form of controller, but one that's capable of pushing content to the subscriber in addition to simply # responding to the subscriber's direct requests. # -- cgit v1.2.3