From f2fcd3a000f70cc520b9267e82184ab87fea7f80 Mon Sep 17 00:00:00 2001 From: Mawueli Kofi Adzoe Date: Tue, 9 Feb 2016 22:35:40 -0700 Subject: Fix tiny grammar. --- actioncable/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/README.md') 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: -- cgit v1.2.3