[FIX] developer/user_interface: fix typo in 'attribute'

closes odoo/documentation#7190

Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
ezoer 2024-01-03 09:17:51 +00:00
parent 66959cf6ee
commit 9e740e90d1

View File

@ -296,7 +296,7 @@ how the matched node should be altered. By default the value is ``inside``.
the content of the inheritance spec should be ``attribute`` elements
with a ``name`` attribute and an optional body:
* if the ``attribute`` element has a body, a new attributed named
* if the ``attribute`` element has a body, a new attribute named
after its ``name`` is created on the matched node with the
``attribute`` element's text as value
* if the ``attribute`` element has no body, the attribute named after