diff --git a/README.md b/README.md index 4e3f4c3..8291016 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ app.use(httpContext.middleware); // all code from here on has access to the same context for each request ``` -Set values based on the incomming request: +Set values based on the incoming request: ``` js // Example authorization middleware