diff --git a/src/invidious/frontend/pagination.cr b/src/invidious/frontend/pagination.cr
index de77bd87..fd367cee 100644
--- a/src/invidious/frontend/pagination.cr
+++ b/src/invidious/frontend/pagination.cr
@@ -12,7 +12,7 @@ module Invidious::Frontend::Pagination
str << " "
str << %()
else
- # Regular arrow ("first" points to the left)
+ # Regular arrow ("first" points to the left)
str << %()
str << " "
str << translate(locale, "First page")