diff options
author | George Claghorn <george.claghorn@gmail.com> | 2019-01-22 20:25:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-22 20:25:46 -0500 |
commit | 8642e3dce569f4d40c3d1a9fb9a9e635e4c391ae (patch) | |
tree | 0653d7d2709950d630a5d6313bf808c93e60a462 | |
parent | afbab2822aa1324de7a1ceff10eaf3f6a9a3a63f (diff) | |
parent | 6d6be1f194c93d89bedf9ad0877e001a66993db7 (diff) | |
download | rails-8642e3dce569f4d40c3d1a9fb9a9e635e4c391ae.tar.gz rails-8642e3dce569f4d40c3d1a9fb9a9e635e4c391ae.tar.bz2 rails-8642e3dce569f4d40c3d1a9fb9a9e635e4c391ae.zip |
Merge pull request #35024 from calasyr/patch-1
Corrected spelling of ActionCable::Connection::TestCase [ci skip]
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 1a2f480407..f9661c52a0 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -1775,7 +1775,7 @@ test "connects with cookies" do 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 |