Skip to content

Commit a60c429

Browse files
authored
typo, missing "of" (#1578)
1 parent ce4c676 commit a60c429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/messenger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ As above, we use the `status` attribute to configure API Platform to return a [2
165165
It indicates that the request has been received and will be treated later, without giving an immediate return to the client.
166166
Finally, the `output` attribute is set to `false`, so the HTTP response that will be generated by API Platform will be empty, and the [serialization process](serialization.md) will be skipped.
167167

168-
In this case, when a `POST` request is issued on `/users/reset_password` the message handler will receive an `App\Dto\ResetPasswordRequest` object instead a `User` because we specified it as `input` and set `messenger=input`:
168+
In this case, when a `POST` request is issued on `/users/reset_password` the message handler will receive an `App\Dto\ResetPasswordRequest` object instead of a `User` because we specified it as `input` and set `messenger=input`:
169169

170170
```php
171171
<?php

0 commit comments

Comments
 (0)