diff --git a/components/property_info.rst b/components/property_info.rst index c134751fb3c..e5bf0d2ff00 100644 --- a/components/property_info.rst +++ b/components/property_info.rst @@ -125,10 +125,10 @@ Extractable Information The :class:`Symfony\\Component\\PropertyInfo\\PropertyInfoExtractor` class exposes public methods to extract four types of information: -* :ref:`*List* of properties `: `getProperties()` -* :ref:`Property *type* `: `getTypes()` -* :ref:`Property *description* `: `getShortDescription()` and `getLongDescription()` -* :ref:`Property *access* details `: `isReadable()` and `isWritable()` +* :ref:`List of properties `: `getProperties()` +* :ref:`Property type `: `getTypes()` +* :ref:`Property description `: `getShortDescription()` and `getLongDescription()` +* :ref:`Property access details `: `isReadable()` and `isWritable()` .. note::