Skip to content

Commit 5186ff2

Browse files
committed
Use "channel" instead of "channe"
1 parent a5f0b95 commit 5186ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/matchers/have_stream_from_matcher.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Feature: have_stream_from matcher
44
The `have_stream_from` matcher is used to check if a channel has been subscribed to a given stream specified as a String.
55
If you use `stream_for` in you channel to subscribe to a model, use `have_stream_for` matcher instead.
66

7-
The `have_no_streams` matcher is used to check if a channe hasn't been subscribed to any stream.
7+
The `have_no_streams` matcher is used to check if a channel hasn't been subscribed to any stream.
88

99
It is available only in channel specs.
1010

0 commit comments

Comments
 (0)