From 3f184cab489618aed0b2969ad7893ee3bdd7a843 Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Tue, 9 Feb 2016 09:47:47 +0900 Subject: Fix typo [ci skip] --- actioncable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/README.md') diff --git a/actioncable/README.md b/actioncable/README.md index 7f7a830e6c..5029f583cb 100644 --- a/actioncable/README.md +++ b/actioncable/README.md @@ -17,7 +17,7 @@ The client of a WebSocket connection is called the consumer. Each consumer can in turn subscribe to multiple cable channels. Each channel encapsulates a logical unit of work, similar to what a controller does in a regular MVC setup. For example, -you could have a `ChatChannel` and a `AppearancesChannel`, and a consumer could be subscribed to either +you could have a `ChatChannel` and an `AppearancesChannel`, and a consumer could be subscribed to either or to both of these channels. At the very least, a consumer should be subscribed to one channel. When the consumer is subscribed to a channel, they act as a subscriber. The connection between -- cgit v1.2.3