Skip to content

Commit 648577a

Browse files
authored
Fixed typo
1 parent afb3840 commit 648577a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/dto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Similarly, the `output` attribute is used during [the serialization process](ser
3131

3232
The `input` and `output` attributes are taken into account by all the documentation generators (GraphQL and OpenAPI, Hydra).
3333

34-
To create a `Book`, we `POST` a data structure corresponding to the `BookInput` class and get back in the response a data structure corresponding to the `BookOuput` class:
34+
To create a `Book`, we `POST` a data structure corresponding to the `BookInput` class and get back in the response a data structure corresponding to the `BookOutput` class:
3535

3636
![Diagram post input output](images/diagrams/api-platform-post-i-o.png)
3737

0 commit comments

Comments
 (0)