From 1e9ffa72753356cc857ade3bda70bd2035cb5baa Mon Sep 17 00:00:00 2001 From: Christian Alexander Date: Thu, 22 Mar 2018 08:11:04 -0700 Subject: [PATCH] docs: Fix typo (incomming -> incoming) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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