Merge pull request #35024 from calasyr/patch-1

Corrected spelling of ActionCable::Connection::TestCase [ci skip]
This commit is contained in:
George Claghorn 2019-01-22 20:25:46 -05:00 committed by GitHub
commit 8642e3dce5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1775,7 +1775,7 @@ test "connects with cookies" do
end end
``` ```
See the API documentation for [`AcionCable::Connection::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Connection/TestCase.html) for more information. See the API documentation for [`ActionCable::Connection::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Connection/TestCase.html) for more information.
### Channel Test Case ### Channel Test Case