From 6d6be1f194c93d89bedf9ad0877e001a66993db7 Mon Sep 17 00:00:00 2001 From: Alan Brown Date: Tue, 22 Jan 2019 16:19:09 -0800 Subject: Corrected spelling of ActionCable::Connection::TestCase --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3