From 3590716742fd07447e0371dcd78fb02837c26d72 Mon Sep 17 00:00:00 2001 From: melany-mai Date: Wed, 18 Mar 2026 18:40:22 +0100 Subject: [PATCH] Fix typo in willdurand/negotiation suggestion description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9e0af2c..677e626 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@ "suggest": { "symfony/web-link": "To support adding web links to the response headers.", "symfony/http-foundation": "To use our HTTP providers and processor.", - "willdurand/negotiation": "To use the API Platform content negoatiation provider.", + "willdurand/negotiation": "To use the API Platform content negotiation provider.", "api-platform/serializer": "To use API Platform serializer.", "api-platform/validator": "To use API Platform validation." },