aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2019-01-24 20:45:30 -0500
committerGitHub <noreply@github.com>2019-01-24 20:45:30 -0500
commit826e34be226cbb61c28867617e1e37e20beae18f (patch)
tree2d6d43d37516d2e1088db86ee6d3b8d0b06af441
parent5f7d5995a65d97f2592213889672e9c4799556ec (diff)
parent4409ab1006b896bca9fdb1b7e8805c73d6e76ebb (diff)
downloadrails-826e34be226cbb61c28867617e1e37e20beae18f.tar.gz
rails-826e34be226cbb61c28867617e1e37e20beae18f.tar.bz2
rails-826e34be226cbb61c28867617e1e37e20beae18f.zip
Merge pull request #35050 from ricardotk002/fix-typo-rails-testing-guides
Fix typo in ActionCable::Connection::TestCase reference [ci-skip]
-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 61353e8e7d..9667521f3b 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -1815,7 +1815,7 @@ class WebNotificationsChannelTest < ActionCable::Channel::TestCase
end
```
-See the API documentation for [`AcionCable::Channel::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Channel/TestCase.html) for more information.
+See the API documentation for [`ActionCable::Channel::TestCase`](http://api.rubyonrails.org/classes/ActionCable/Channel/TestCase.html) for more information.
### Custom Assertions And Testing Broadcasts Inside Other Components