We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0949d1d commit 1802451Copy full SHA for 1802451
1 file changed
markdown/docs/user-guide.md
@@ -302,7 +302,7 @@ export default Route.extend({
302
303
On `POST`, `PUT` and `PATCH` request you will probably be interested in the body of the request.
304
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.
+only if you setup a middleware to extract the body of the request in your express server.
306
307
You can use `body-parser` and `fastboot-express-middleware` and to create an in-repo addon that
308
contains a middleware.
0 commit comments