mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix typo, shoud -> should [ci skip]
This commit is contained in:
parent
63a791c097
commit
99f125a6bc
1 changed files with 1 additions and 1 deletions
|
@ -1858,7 +1858,7 @@ class ProductTest < ActionCable::TestCase
|
|||
end
|
||||
```
|
||||
|
||||
If you want to test the broadcasting made with `Channel.broadcast_to`, you shoud use
|
||||
If you want to test the broadcasting made with `Channel.broadcast_to`, you should use
|
||||
`Channel.broadcasting_for` to generate an underlying stream name:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in a new issue