diff options
author | Jon Moss <me@jonathanmoss.me> | 2016-02-13 21:05:04 -0500 |
---|---|---|
committer | Jon Moss <me@jonathanmoss.me> | 2016-02-17 11:08:00 -0500 |
commit | 05088b6299a39f4eb9b1da95b05d2e14e3c90c8e (patch) | |
tree | fffce935c755af33108219fecc9b1da1b738ff04 /actioncable/lib/action_cable/helpers | |
parent | 84826b4ea6cdb63f5e338aefd0574c048a35762d (diff) | |
download | rails-05088b6299a39f4eb9b1da95b05d2e14e3c90c8e.tar.gz rails-05088b6299a39f4eb9b1da95b05d2e14e3c90c8e.tar.bz2 rails-05088b6299a39f4eb9b1da95b05d2e14e3c90c8e.zip |
Full Action Cable documentation read through
This PR checks all active Action Cable documentation for typos and other
fixes. It aims to make sure that when Rails 5 is released, that the
Action Cable docs are up to snuff with the other documentation included
with Rails.
[ci skip]
Diffstat (limited to 'actioncable/lib/action_cable/helpers')
-rw-r--r-- | actioncable/lib/action_cable/helpers/action_cable_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/lib/action_cable/helpers/action_cable_helper.rb b/actioncable/lib/action_cable/helpers/action_cable_helper.rb index b82751468a..3067542b33 100644 --- a/actioncable/lib/action_cable/helpers/action_cable_helper.rb +++ b/actioncable/lib/action_cable/helpers/action_cable_helper.rb @@ -9,7 +9,7 @@ module ActionCable # <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> # </head> # - # This is then used by ActionCable to determine the url of your websocket server. + # This is then used by Action Cable to determine the url of your WebSocket server. # Your CoffeeScript can then connect to the server without needing to specify the # url directly: # |