Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-09-27 21:12:11 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-27 21:12:11 +0400
commit1502be325db6e31558106d7b8dcfd30e99917cc9 (patch)
treea2a2b8cdddbc22d027e67d1c5cee6513e3f3c92a /app/helpers/tab_helper.rb
parent308dfc36b881443dc146b3f9b777c7f7f6475c90 (diff)
Minor doc fix
Diffstat (limited to 'app/helpers/tab_helper.rb')
-rw-r--r--app/helpers/tab_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/tab_helper.rb b/app/helpers/tab_helper.rb
index c76c1b6f83d..740700c3009 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: {})