aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorAlan Brown <syracal@gmail.com>2019-01-22 16:19:09 -0800
committerGitHub <noreply@github.com>2019-01-22 16:19:09 -0800
commit6d6be1f194c93d89bedf9ad0877e001a66993db7 (patch)
tree0653d7d2709950d630a5d6313bf808c93e60a462 /guides
parentafbab2822aa1324de7a1ceff10eaf3f6a9a3a63f (diff)
downloadrails-6d6be1f194c93d89bedf9ad0877e001a66993db7.tar.gz
rails-6d6be1f194c93d89bedf9ad0877e001a66993db7.tar.bz2
rails-6d6be1f194c93d89bedf9ad0877e001a66993db7.zip
Corrected spelling of ActionCable::Connection::TestCase
Diffstat (limited to 'guides')
-rw-r--r--guides/source/testing.md2
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