diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 0827744b3f1..d8008d966f0 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -85,7 +85,7 @@ Configuration * :ref:`enabled ` * `fallbacks`_ * `logging`_ -* `property_accessor`_ +* `property_access`_ * `magic_call`_ * `throw_exception_on_invalid_index`_ * `validation`_ @@ -1268,8 +1268,8 @@ for a given key. The logs are made to the ``translation`` channel and at the ``debug`` for level for keys where there is a translation in the fallback locale and the ``warning`` level if there is no translation to use at all. -property_accessor -~~~~~~~~~~~~~~~~~ +property_access +~~~~~~~~~~~~~~~ magic_call ..........