We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4deb780 + a8912eb commit ff463d1Copy full SHA for ff463d1
1 file changed
src/pages/404.astro
@@ -15,7 +15,7 @@ const title = `Error 404`;
15
</h2>
16
<p class="text-3xl font-semibold md:text-3xl">Sorry, we couldn't find this page.</p>
17
<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.
+ But don't worry, you can find plenty of other things on our homepage.
19
</p>
20
<a rel="noopener noreferrer" href={getHomePermalink()} class="btn ml-4">Back to homepage</a>
21
</div>
0 commit comments