Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Inb4 `git blame` tells me I made this typo...
  • Loading branch information
kiritofeng authored Dec 5, 2023
1 parent 292ba1a commit a0c9e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/comments/media-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
var revision_ajax = $comment.attr("data-revision-ajax");
var show_revision = cur_revision + offset;

// Do nothing if desired revision is out of buonds
// Do nothing if desired revision is out of bounds
if (show_revision < 0 || show_revision > max_revision)
return;

Expand Down

0 comments on commit a0c9e24

Please sign in to comment.