Skip to content

Commit ff463d1

Browse files
authored
Merge pull request #657 from sharkmu/patch-1
Add missing apostrophe in 404 page
2 parents 4deb780 + a8912eb commit ff463d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/404.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const title = `Error 404`;
1515
</h2>
1616
<p class="text-3xl font-semibold md:text-3xl">Sorry, we couldn't find this page.</p>
1717
<p class="mt-4 mb-8 text-lg text-muted dark:text-slate-400">
18-
But dont worry, you can find plenty of other things on our homepage.
18+
But don't worry, you can find plenty of other things on our homepage.
1919
</p>
2020
<a rel="noopener noreferrer" href={getHomePermalink()} class="btn ml-4">Back to homepage</a>
2121
</div>

0 commit comments

Comments
 (0)