From e4af3ad335a472c138f742a8f629e857f7f8dbfd Mon Sep 17 00:00:00 2001 From: DAVID MOORE Date: Fri, 15 Jan 2016 12:41:18 -0500 Subject: [ci skip] Fix typo in docs Found this small omission while reviewing the ActionCable docs. [Dave Moore] --- actioncable/lib/action_cable/connection/identification.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/lib/action_cable/connection/identification.rb') diff --git a/actioncable/lib/action_cable/connection/identification.rb b/actioncable/lib/action_cable/connection/identification.rb index 2d75ff8d6d..885ff3f102 100644 --- a/actioncable/lib/action_cable/connection/identification.rb +++ b/actioncable/lib/action_cable/connection/identification.rb @@ -11,7 +11,7 @@ module ActionCable end class_methods do - # Mark a key as being a connection identifier index that can then used to find the specific connection again later. + # Mark a key as being a connection identifier index that can then be used to find the specific connection again later. # Common identifiers are current_user and current_account, but could be anything really. # # Note that anything marked as an identifier will automatically create a delegate by the same name on any -- cgit v1.2.3