Skip to content

Commit

Permalink
Correct tiny typo
Browse files Browse the repository at this point in the history
### Description
Correct tiny typo in word to make doc more professional.
  • Loading branch information
montera82 committed Jan 14, 2019
1 parent 80fc9e8 commit f535846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/modify-post.md
Expand Up @@ -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:

Expand Down

0 comments on commit f535846

Please sign in to comment.