From 2b39b5bfa16821d735049f50aa32aea8dd2f7e23 Mon Sep 17 00:00:00 2001 From: Carlos Eduardo Monti Date: Mon, 19 Dec 2016 12:31:42 -0300 Subject: Fix typo in channel generator usage message --- actioncable/lib/rails/generators/channel/USAGE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actioncable/lib/rails/generators/channel/USAGE b/actioncable/lib/rails/generators/channel/USAGE index 6249553c22..dd109fda80 100644 --- a/actioncable/lib/rails/generators/channel/USAGE +++ b/actioncable/lib/rails/generators/channel/USAGE @@ -3,7 +3,7 @@ Description: Stubs out a new cable channel for the server (in Ruby) and client (in CoffeeScript). 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.js after generating any channels. + Note: Turn on the cable connection in app/assets/javascripts/cable.js after generating any channels. Example: ======== @@ -11,4 +11,4 @@ Example: creates a Chat channel class and CoffeeScript asset: Channel: app/channels/chat_channel.rb - Assets: app/assets/javascript/channels/chat.coffee + Assets: app/assets/javascripts/channels/chat.coffee -- cgit v1.2.3