npm package diff
Package: express-zod-api
Versions: 22.6.0 - 22.7.0-beta.0
File: package/dist/index.d.cts
Index: package/dist/index.d.cts
===================================================================
--- package/dist/index.d.cts
+++ package/dist/index.d.cts
@@ -459,9 +459,9 @@
cors: boolean | HeadersProvider;
/**
* @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
* */
wrongMethodBehavior?: 404 | 405;