From 96a63787bc0f536b850fe6ed036fe6041d8a2220 Mon Sep 17 00:00:00 2001 From: Paul Montero Date: Thu, 17 Dec 2015 10:17:52 -0500 Subject: Update USAGE Fix typo --- actioncable/lib/rails/generators/channel/USAGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable') diff --git a/actioncable/lib/rails/generators/channel/USAGE b/actioncable/lib/rails/generators/channel/USAGE index 5e43a32384..27a934c689 100644 --- a/actioncable/lib/rails/generators/channel/USAGE +++ b/actioncable/lib/rails/generators/channel/USAGE @@ -1,7 +1,7 @@ Description: ============ Stubs out a new cable channel for the server (in Ruby) and client (in CoffeeScript). - Pass the chanel name, either CamelCased or under_scored, and an optional list of channel actions as arguments. + Pass the channel name, either CamelCased or under_scored, and an optional list of channel actions as arguments. Note: Turn on the cable connection in app/assets/javascript/cable.coffee after generating any channels. -- cgit v1.2.3