From 3f97d77372152887806c2dbb90ce8717803344b4 Mon Sep 17 00:00:00 2001 From: Chashmeet Singh Date: Sun, 21 Feb 2016 14:09:42 +0530 Subject: Fixed typo --- actioncable/lib/action_cable/channel/periodic_timers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actioncable/lib/action_cable/channel/periodic_timers.rb') diff --git a/actioncable/lib/action_cable/channel/periodic_timers.rb b/actioncable/lib/action_cable/channel/periodic_timers.rb index 56597d02d7..0f6e854520 100644 --- a/actioncable/lib/action_cable/channel/periodic_timers.rb +++ b/actioncable/lib/action_cable/channel/periodic_timers.rb @@ -12,7 +12,7 @@ module ActionCable end module ClassMethods - # Allow you to call a private method every so often seconds. This periodic timer can be useful + # Allows you to call a private method every so often seconds. This periodic timer can be useful # for sending a steady flow of updates to a client based off an object that was configured on subscription. # It's an alternative to using streams if the channel is able to do the work internally. def periodically(callback, every:) -- cgit v1.2.3