aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-03-13 01:07:54 +0900
committerGitHub <noreply@github.com>2019-03-13 01:07:54 +0900
commit580dddc3934e393ed7e68b507ceda2bec0430fb0 (patch)
tree32f7e35dafa00728ac3e270e5249d708d44a0e04 /actionpack/lib
parent4948663b32b5222ae5dc99f2ca474baa0aa17673 (diff)
parent20613519c25808cf5b6b405dd76eb6cea4ae8bd2 (diff)
downloadrails-580dddc3934e393ed7e68b507ceda2bec0430fb0.tar.gz
rails-580dddc3934e393ed7e68b507ceda2bec0430fb0.tar.bz2
rails-580dddc3934e393ed7e68b507ceda2bec0430fb0.zip
Merge pull request #35586 from KurtRMueller/master
Update small typo in documentation.
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/action_controller/metal/helpers.rb2
1 files changed, 1 insertions, 1 deletions
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 <tt>EventController</tt>, the <tt>format_time</tt> method can be called:
+ # Then, in any view rendered by <tt>EventsController</tt>, the <tt>format_time</tt> method can be called:
#
# <% @events.each do |event| -%>
# <p>