Commit 1502be325db6e31558106d7b8dcfd30e99917cc9

Authored by Robert Speicher
1 parent 308dfc36

Minor doc fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/tab_helper.rb
... ... @@ -2,7 +2,7 @@ module TabHelper
2 2 # Navigation link helper
3 3 #
4 4 # Returns an `li` element with an 'active' class if the supplied
5   - # controller(s) and/or action(s) currently active. The contents of the
  5 + # controller(s) and/or action(s) are currently active. The content of the
6 6 # element is the value passed to the block.
7 7 #
8 8 # options - The options hash used to determine if the element is "active" (default: {})
... ...