Skip to content

Commit

Permalink
Merge pull request #94 from ember-fastboot/pr/92
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
locks authored Jan 30, 2019
2 parents 0949d1d + 1802451 commit 6c80659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown/docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export default Route.extend({

On `POST`, `PUT` and `PATCH` request you will probably be interested in the body of the request.
You can access the `body` of the request via `fastboot.request` in the `fastboot` service, but
only of you setup a middleware to extract the body of the request in your express server.
only if you setup a middleware to extract the body of the request in your express server.

You can use `body-parser` and `fastboot-express-middleware` and to create an in-repo addon that
contains a middleware.
Expand Down

0 comments on commit 6c80659

Please sign in to comment.