Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/api/en/3x/app-VERB.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <em>not</em> considered when peforming these matches, for example "GET /"
Query strings are <em>not</em> considered when performing these matches, for example "GET /"
would match the following route, as would "GET /?name=tobi".

```js
Expand Down
Loading