Skip to content

Commit 9f141a4

Browse files
committed
Module name typo in documentation
1 parent 4732c91 commit 9f141a4

File tree

1 file changed

+1
-1
lines changed
  • actioncable/lib/action_cable/subscription_adapter

1 file changed

+1
-1
lines changed

actioncable/lib/action_cable/subscription_adapter/test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module SubscriptionAdapter
99
#
1010
# To use the test adapter set +adapter+ value to +test+ in your +config/cable.yml+ file.
1111
#
12-
# NOTE: Test adapter extends the <tt>ActionCable::SubscriptionsAdapter::Async</tt> adapter,
12+
# NOTE: Test adapter extends the <tt>ActionCable::SubscriptionAdapter::Async</tt> adapter,
1313
# so it could be used in system tests too.
1414
class Test < Async
1515
def broadcast(channel, payload)

0 commit comments

Comments
 (0)