From 2ce952421841e0cc23b05d9b96c843c5d9230550 Mon Sep 17 00:00:00 2001 From: buffcode Date: Mon, 24 Apr 2023 14:27:56 +0200 Subject: [PATCH] docs: Fix wording Fix wording for metadata filenames and be more specific. --- Resources/doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/configuration.rst b/Resources/doc/configuration.rst index 7bb5546a..c8953e03 100644 --- a/Resources/doc/configuration.rst +++ b/Resources/doc/configuration.rst @@ -148,7 +148,7 @@ To define the metadata using YAML or XML, you need to specify their location and Suppose you want to define the metadata using YAML for the classes in the ``App\\Entity`` namespace prefix -and the configured path is ``%kernel.project_dir%/serializer/app``, then your metadata file should be named: +and the configured path is ``%kernel.project_dir%/serializer/app``, then your metadata file **must** be named: ``%kernel.project_dir%/serializer/app/Product.yml``.