Minor doc fix

This commit is contained in:
Robert Speicher 2012-09-27 13:12:11 -04:00
parent 308dfc36b8
commit 1502be325d

View file

@ -2,7 +2,7 @@ module TabHelper
# Navigation link helper
#
# Returns an `li` element with an 'active' class if the supplied
# controller(s) and/or action(s) currently active. The contents of the
# controller(s) and/or action(s) are currently active. The content of the
# element is the value passed to the block.
#
# options - The options hash used to determine if the element is "active" (default: {})