From 5b7f84ffd7e0c052276070c1b5470631ab5bfc29 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 23 Apr 2026 11:01:18 +0800 Subject: [PATCH] docs: fix typo in app.VERB docs --- _includes/api/en/3x/app-VERB.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/api/en/3x/app-VERB.md b/_includes/api/en/3x/app-VERB.md index 6e9b0d2759..eecdde2993 100644 --- a/_includes/api/en/3x/app-VERB.md +++ b/_includes/api/en/3x/app-VERB.md @@ -11,7 +11,7 @@ with the route matched. The following snippet illustrates the most simple route definition possible. Express translates the path strings to regular expressions, used internally to match incoming requests. -Query strings are not considered when peforming these matches, for example "GET /" +Query strings are not considered when performing these matches, for example "GET /" would match the following route, as would "GET /?name=tobi". ```js