1
0
Fork 0
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:
Takayuki Nakata 2019-09-25 15:54:06 +09:00
parent 63a791c097
commit 99f125a6bc

View file

@ -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