Skip to content

Commit

Permalink
a simple text fix to address grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew D. Groves committed Feb 25, 2014
1 parent 0ed1eb0 commit aea719c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NuGetGallery/Views/Users/Packages.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ else
<tfoot>
<tr>
<td colspan="4">
You have a total of @packages.Count() packages.
You have a total of @packages.Count() package(s).
</td>
<td class="total">
@totlalDownloads
Expand Down

0 comments on commit aea719c

Please sign in to comment.