We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7599209 commit 8155284Copy full SHA for 8155284
index.html
@@ -43,7 +43,7 @@
43
44
$item.append('<span class="bullet">⋅</span>');
45
46
- var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " watchers");
+ var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " stargazers");
47
$item.append($("<span>").addClass("watchers").append($watchers));
48
49
0 commit comments