File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,8 +360,8 @@ properties through *adder* and *remover* methods.
360360
361361 The PropertyAccess component checks for methods called ``add<SingularOfThePropertyName>() ``
362362and ``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
367367If available, *adder * and *remover * methods have priority over a *setter * method.
You can’t perform that action at this time.
0 commit comments