Skip to content

Commit

Permalink
fix: typo (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
RATIU5 committed Jul 24, 2023
1 parent 73189a7 commit 41462fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
alt="404 error gif"
class="w-1/1 rounded object-cover dark:hidden lg:w-1/3"
/>
<p class="text-center text-xl">OOPS! The requested resource doesn't exits</p>
<p class="text-center text-xl">OOPS! The requested resource doesn't exist</p>
{:else if $page.status === 500}
<img src="images/500.gif" alt="500 error gif" class="w-1/1 rounded object-cover lg:w-1/3" />
<p class="text-center text-xl">OOPS! There is some internal issue</p>
Expand Down

0 comments on commit 41462fa

Please sign in to comment.