Skip to content

Commit

Permalink
Fix: Used the wrong word in the title text
Browse files Browse the repository at this point in the history
  • Loading branch information
daha committed Jul 11, 2012
1 parent efd164d commit 174df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/partials/repo-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="no-toc">Project Contributors ({{contributors.data.length}})</h2>
<li class="contributor" ng-repeat="contributor in contributors.data">
<!-- TODO: Pluralization in the title of Contributor -->
<a class="avatar" ng-href="#/github/{{contributor.login}}/"
title="{{contributor.login}} has {{contributor.contributions}} Contributors">
title="{{contributor.login}} has {{contributor.contributions}} Contributions">
<img alt="{{contributor.login}}'s avatar" ng-src="{{contributor.avatar_url}}" />
<span class="contributor-name">{{contributor.login}}</span>
<span class="contributor-contributions">{{contributor.contributions}}</span>
Expand Down

0 comments on commit 174df96

Please sign in to comment.