diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index efdba8fd28a..816af0bc89c 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -484,7 +484,7 @@ persisted and what constraints should be applied to them. Metadata for an Entity can be configured using attributes directly in the Entity class itself, or in an external XML file. This -Getting Started guide will demonstrate metadata mappings using all three +Getting Started guide will demonstrate metadata mappings using both methods, but you only need to choose one. .. configuration-block::