Skip to content

Commit

Permalink
[pages:NotFound] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chichiwang committed Jul 11, 2024
1 parent 7405208 commit df6734c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/NotFound/__tests__/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ exports[`NotFound Component matches snapshot 1`] = `
<p
className="notFoundMessage"
>
This page does not exit!
This page does not exist!
</p>
<p
className="notFoundMessage"
Expand Down
2 changes: 1 addition & 1 deletion pages/NotFound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function NotFound(): React.ReactElement {
</div>
<h1 className={styles.notFoundHeading}>Page Not Found!</h1>
<p className={styles.notFoundMessage}>
This page does not exit!
This page does not exist!
</p>
<p className={styles.notFoundMessage}>
<Link to="/">Return to Home</Link>
Expand Down

0 comments on commit df6734c

Please sign in to comment.