Skip to content

Commit

Permalink
fix(error): fix error page's description
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Feb 3, 2024
1 parent 57148d8 commit 96be415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/error.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Error({
<div style={pageStyles}>
<h1>Something went wrong...</h1>
<div style={noteStyles}>
<p>This web site returns a 500 error if the backend-server returns any status code other than 404.</p>
<p>This web site returns a 500 error even if the backend-server returns any status code other than 500.</p>
<h5>Reasons</h5>
<ul>
<li>
Expand Down

0 comments on commit 96be415

Please sign in to comment.