8000 [#8349] add missing word · symfony/symfony-docs@3bfd778 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bfd778

Browse files
committed
[#8349] add missing word
1 parent d91e286 commit 3bfd778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/property_access.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ properties through *adder* and *remover* methods.
360360
361361
The PropertyAccess component checks for methods called ``add<SingularOfThePropertyName>()``
362362
and ``remove<SingularOfThePropertyName>()``. Both methods must be defined.
363-
For instance, in the previous example, the component looks for ``addChild()`` and
364-
``removeChild()`` methods to access to the ``children`` property.
363+
For instance, in the previous example, the component looks for the ``addChild()``
364+
and ``removeChild()`` methods to access to the ``children`` property.
365365
`The Inflector component`_ is used to find the singular of a property name.
366366

367367
If available, *adder* and *remover* methods have priority over a *setter* method.

0 commit comments

Comments
 (0)
0