1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #20895 from brian-davis/brian-davis

grammar fix to content_for method documentation in capture_helper.rb [ci skip]
This commit is contained in:
Sean Griffin 2015-07-20 08:36:49 -06:00
commit fd9c952f14

View file

@ -115,7 +115,7 @@ module ActionView
# <li><%= link_to 'Home', action: 'index' %></li>
# <% end %>
#
# And in other place:
# And in another place:
#
# <% content_for :navigation do %>
# <li><%= link_to 'Login', action: 'login' %></li>