From 1502be325db6e31558106d7b8dcfd30e99917cc9 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 27 Sep 2012 13:12:11 -0400 Subject: [PATCH] Minor doc fix --- app/helpers/tab_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/tab_helper.rb b/app/helpers/tab_helper.rb index c76c1b6..740700c 100644 --- a/app/helpers/tab_helper.rb +++ b/app/helpers/tab_helper.rb @@ -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: {}) -- libgit2 0.21.2