From 4e490a14e8373fe1036adde94b7a468a1067f2d8 Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Wed, 8 Mar 2023 05:45:32 -0600 Subject: [PATCH] fix typo "forget" --- docs/translatable-api-platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/translatable-api-platform.md b/docs/translatable-api-platform.md index a9b60008..7c53fb60 100644 --- a/docs/translatable-api-platform.md +++ b/docs/translatable-api-platform.md @@ -106,7 +106,7 @@ class LocaleSubscriber implements EventSubscriberInterface } ``` -Now we can make a request to `/api/documents` do not for get to add the `Accept-Language` header value, in this case it's set to 'cz'. +Now we can make a request to `/api/documents` do not forget to add the `Accept-Language` header value, in this case it's set to 'cz'. When you change the `Accept-Language` header value, notice the title change language. ```json