Skip to content

Commit

Permalink
Merge pull request #925 from buffcode/patch-1
Browse files Browse the repository at this point in the history
docs: Fix wording
  • Loading branch information
goetas committed Jun 9, 2023
2 parents 1c5677c + 2ce9524 commit d968afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/doc/configuration.rst
Expand Up @@ -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``.


Expand Down

0 comments on commit d968afb

Please sign in to comment.