Skip to content

Commit 6c80659

Browse files
authored
Merge pull request #94 from ember-fastboot/pr/92
fix typo
2 parents 0949d1d + 1802451 commit 6c80659

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

markdown/docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ export default Route.extend({
302302

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

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

0 commit comments

Comments
 (0)