From 2728377d0fe0badc46c85070c598c2e6608d5029 Mon Sep 17 00:00:00 2001 From: Akshay Vishnoi Date: Fri, 18 Dec 2015 12:12:10 +0530 Subject: [ci skip] Fix typo --- actioncable/lib/action_cable/channel/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable') diff --git a/actioncable/lib/action_cable/channel/base.rb b/actioncable/lib/action_cable/channel/base.rb index f3085840ca..ce9d62635c 100644 --- a/actioncable/lib/action_cable/channel/base.rb +++ b/actioncable/lib/action_cable/channel/base.rb @@ -32,7 +32,7 @@ module ActionCable # # == Action processing # - # Unlike Action Controllers, channels do not follow a REST constraint form for its actions. It's an remote-procedure call model. You can + # Unlike Action Controllers, channels do not follow a REST constraint form for its actions. It's a remote-procedure call model. You can # declare any public method on the channel (optionally taking a data argument), and this method is automatically exposed as callable to the client. # # Example: -- cgit v1.2.3