From 20613519c25808cf5b6b405dd76eb6cea4ae8bd2 Mon Sep 17 00:00:00 2001 From: Kurt Mueller Date: Tue, 12 Mar 2019 11:52:09 -0400 Subject: Update small typo in documentation. --- actionpack/lib/action_controller/metal/helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller') diff --git a/actionpack/lib/action_controller/metal/helpers.rb b/actionpack/lib/action_controller/metal/helpers.rb index f1fb7ab0f7..193b488f6c 100644 --- a/actionpack/lib/action_controller/metal/helpers.rb +++ b/actionpack/lib/action_controller/metal/helpers.rb @@ -34,7 +34,7 @@ module ActionController # end # end # - # Then, in any view rendered by EventController, the format_time method can be called: + # Then, in any view rendered by EventsController, the format_time method can be called: # # <% @events.each do |event| -%> #

-- cgit v1.2.3