Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryo-ma committed Feb 10, 2022
1 parent 4ed7c73 commit b093822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class BaseError {

export class Error400 extends BaseError {
readonly status = 400;
readonly message = "Bad Reuquest";
readonly message = "Bad Request";
}

export class Error404 extends BaseError {
Expand Down

0 comments on commit b093822

Please sign in to comment.