Skip to content

Commit 580dddc

Browse files
authored
Merge pull request rails#35586 from KurtRMueller/master
Update small typo in documentation.
2 parents 4948663 + 2061351 commit 580dddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionpack/lib/action_controller/metal/helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module ActionController
3434
# end
3535
# end
3636
#
37-
# Then, in any view rendered by <tt>EventController</tt>, the <tt>format_time</tt> method can be called:
37+
# Then, in any view rendered by <tt>EventsController</tt>, the <tt>format_time</tt> method can be called:
3838
#
3939
# <% @events.each do |event| -%>
4040
# <p>

0 commit comments

Comments
 (0)