Skip to content

Commit

Permalink
Minor: fix comment for wrongMethodBehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail authored Feb 6, 2025
1 parent 6cc5354 commit e9b1e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export interface CommonConfig {
/**
* @desc How to respond to a request that uses a wrong method to an existing endpoint
* @example 404 — Not found
* @example 405 — Method not allowed, incl. the "Allowed" header with a list of methods
* @example 405 — Method not allowed, incl. the "Allow" header with a list of methods
* @default 404
* @todo consider changing default to 405 in v23
* */
Expand Down

0 comments on commit e9b1e58

Please sign in to comment.