Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
Changed "ocurred" to "occurred".
  • Loading branch information
Count-MHM authored and franciscoBSalgueiro committed Apr 3, 2024
1 parent 7205409 commit 333d99d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ErrorComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function ErrorComponent({

return (
<Stack p="md">
<Title>An error ocurred</Title>
<Title>An error occurred</Title>
{error instanceof Error ? (
<>
<Text>
Expand Down

0 comments on commit 333d99d

Please sign in to comment.