aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelkader Boudih <terminale@gmail.com>2015-12-17 15:20:00 +0000
committerAbdelkader Boudih <terminale@gmail.com>2015-12-17 15:20:00 +0000
commitd9d8fca780d7f9cb1c8d11eeb2d66635d349fbcb (patch)
tree347806c9722257603d71c3b7ab4dc5be2bac1ee1
parent301f43820562c6a70dffe30f4227ff0751f47d4f (diff)
parent96a63787bc0f536b850fe6ed036fe6041d8a2220 (diff)
downloadrails-d9d8fca780d7f9cb1c8d11eeb2d66635d349fbcb.tar.gz
rails-d9d8fca780d7f9cb1c8d11eeb2d66635d349fbcb.tar.bz2
rails-d9d8fca780d7f9cb1c8d11eeb2d66635d349fbcb.zip
Merge pull request #22638 from lpaulmp/patch-1
Update USAGE [ci skip]
-rw-r--r--actioncable/lib/rails/generators/channel/USAGE2
1 files changed, 1 insertions, 1 deletions
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.