From f535846c982d2ad91b91608fd71539a206003ea3 Mon Sep 17 00:00:00 2001 From: Edwin Ikechukwu Date: Mon, 14 Jan 2019 17:58:28 +0100 Subject: [PATCH] Correct tiny typo ### Description Correct tiny typo in word to make doc more professional. --- recipes/modify-post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/modify-post.md b/recipes/modify-post.md index ff5e4cf5..e65948bd 100644 --- a/recipes/modify-post.md +++ b/recipes/modify-post.md @@ -5,7 +5,7 @@ Key to this example is the _"OnProxyReq"_ event handler that creates a new POST This example uses the _"body-parser"_ module in the main app to create a req.body object with the decoded POST parameters. Side note - the code below will allow _"http-proxy-middleware"_ to work with _"body-parser"_. -Since this only modifys the request body stream the original POST body parameters remain in tact, so any POST data changes will not be sent back in the response to the client. +Since this only modifies the request body stream the original POST body parameters remain in tact, so any POST data changes will not be sent back in the response to the client. ## Example: