aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-02-10 11:07:42 +0530
committerVipul A M <vipulnsward@gmail.com>2016-02-10 11:07:42 +0530
commit31778a34a8c6e1d186c1e807491c1f44c5f07357 (patch)
tree77923f47feaa42868497ddf79259cba7cfb305f0 /actioncable
parent21547fc680f22c99ec4ee55f2bc861cb08bd6af7 (diff)
parentf2fcd3a000f70cc520b9267e82184ab87fea7f80 (diff)
downloadrails-31778a34a8c6e1d186c1e807491c1f44c5f07357.tar.gz
rails-31778a34a8c6e1d186c1e807491c1f44c5f07357.tar.bz2
rails-31778a34a8c6e1d186c1e807491c1f44c5f07357.zip
Merge pull request #23587 from wallclockbuilder/patch-1
Fix tiny grammar.
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actioncable/README.md b/actioncable/README.md
index 5029f583cb..3ed8a23a29 100644
--- a/actioncable/README.md
+++ b/actioncable/README.md
@@ -188,7 +188,7 @@ can be reached as remote procedure calls via a subscription's `perform` method.
The appearance example was all about exposing server functionality to client-side invocation over the WebSocket connection.
But the great thing about WebSockets is that it's a two-way street. So now let's show an example where the server invokes
-action on the client.
+an action on the client.
This is a web notification channel that allows you to trigger client-side web notifications when you broadcast to the right
streams: