diff --git a/apps/web/src/pages/browse/[title].astro b/apps/web/src/pages/browse/[title].astro
index 39e475e..3524ee0 100644
--- a/apps/web/src/pages/browse/[title].astro
+++ b/apps/web/src/pages/browse/[title].astro
@@ -182,7 +182,7 @@ const chapters: ChapterView[] = sortedChapters.map(([chapterNum, chapterEntries]
Ch. {ch.chapterNum}
{ch.chapterHint && (
- — {ch.chapterHint}
+ — {ch.chapterHint}
)}