Skip to content

Commit 4662e21

Browse files
authored
chore: update _error.tsx (#427)
Occured -> Occurred
1 parent b2fb8ed commit 4662e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_error.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const Custom500 = () => {
1010

1111
return (
1212
<Layout>
13-
<NextSeo {...SEO} title="Unexpected Error Occured | ToDiagram" />
13+
<NextSeo {...SEO} title="Unexpected Error Occurred | ToDiagram" />
1414
<Stack mt={100} justify="center" align="center">
1515
<Title fz={150} style={{ fontFamily: "monospace" }}>
1616
500

0 commit comments

Comments
 (0)