Skip to content

Commit

Permalink
fix a little typo for wrong constant name (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzykamil committed Dec 29, 2021
1 parent e9b5f68 commit 6f6d8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/channels/turbo/streams_channel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# helper modules like <tt>Turbo::Streams::StreamName</tt>:
#
# class CustomChannel < ActionCable::Channel::Base
# extend Turbo::Stream::Broadcasts, Turbo::Streams::StreamName
# extend Turbo::Streams::Broadcasts, Turbo::Streams::StreamName
# include Turbo::Streams::StreamName::ClassMethods
#
# def subscribed
Expand Down

0 comments on commit 6f6d8c7

Please sign in to comment.