Skip to content

Commit eb7c807

Browse files
committed
Use "inferred" instead of "infered"
1 parent 227bb66 commit eb7c807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/rails/matchers/action_cable/have_broadcasted_to.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def pubsub_adapter
159159
def check_channel_presence
160160
return if @channel.present? && @channel.respond_to?(:channel_name)
161161

162-
error_msg = "Broadcasting channel can't be infered. Please, specify it with `from_channel`"
162+
error_msg = "Broadcasting channel can't be inferred. Please, specify it with `from_channel`"
163163
raise ArgumentError, error_msg
164164
end
165165
end

0 commit comments

Comments
 (0)