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