From 17f80fb58f9647c39706cfe01528fa4f82556e53 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Tue, 2 Nov 2021 15:09:03 +0100 Subject: [PATCH] docs: fix qs example (#1177) --- src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router.ts b/src/router.ts index 585d8c9c..77bf5713 100644 --- a/src/router.ts +++ b/src/router.ts @@ -152,7 +152,7 @@ export interface RouterOptions extends PathParserOptions { * * createRouter({ * // other options... - * parse: qs.parse, + * parseQuery: qs.parse, * stringifyQuery: qs.stringify, * }) * ``` -- 2.47.2