Skip to content

Commit 9cada7f

Browse files
committed
fix: wrong spelling
1 parent c5790aa commit 9cada7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/puzzles/[slug].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const getStaticPaths = (() =>
4646
) : (
4747
<div class="flex gap-4 items-center justify-center my-8 select-none">
4848
<Icon class="text-5xl text-neutral-500" name="mdi:box-variant-closed" />
49-
<p class="font-bold text-2xl text-neutral-500">Mistery</p>
49+
<p class="font-bold text-2xl text-neutral-500">Mystery</p>
5050
</div>
5151
)
5252
}

0 commit comments

Comments
 (0)