Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-h committed Aug 9, 2018
1 parent 61ca323 commit b75f67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hn-enhance.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

// Only add a comments link if we actually have comments on this post
if (comments) {
// Append the "Link + Comments" href after the existing links
// Append the "Link + Comments" href after the existing link's
// subtext for the story
linkRow.querySelector(".subtext")
.appendChild(buildMultiLink(articleLink, comments.href));
Expand Down

0 comments on commit b75f67b

Please sign in to comment.