From c27b806902fe81d0cf3a6c42d5a46577c6d08861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmed=20EBEN=20HASSINE=20=E8=84=B3=E3=81=AE=E6=B5=81?= =?UTF-8?q?=E3=82=8C?= Date: Tue, 5 Oct 2021 11:40:05 +0200 Subject: [PATCH] Fix formats attribute name --- core/content-negotiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/content-negotiation.md b/core/content-negotiation.md index af782e65c48..0c74118b166 100644 --- a/core/content-negotiation.md +++ b/core/content-negotiation.md @@ -97,7 +97,7 @@ api_platform: Support for specific formats can also be configured at resource and operation level using the `input_formats` and `output_formats` attributes. `input_formats` controls the formats accepted in request bodies while `output_formats` controls formats available for responses. -The `format` attribute can be used as a shortcut, it sets both the `input_formats` and `output_formats` in one time. +The `formats` attribute can be used as a shortcut, it sets both the `input_formats` and `output_formats` in one time. ```php