Skip to content

Commit 1802451

Browse files
0xadadalocks
authored andcommitted
fix typo
1 parent 0949d1d commit 1802451

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)