[IMP] doc: incorrect value documented
authorHenri-Maxime Ducoulombier <chehax@gmail.com>
Wed, 19 Nov 2014 15:24:28 +0000 (16:24 +0100)
committerXavier Morel <xmo@openerp.com>
Wed, 19 Nov 2014 15:50:56 +0000 (16:50 +0100)
closes #3761

doc/reference/views.rst

index 9eaab61..3f5b2ea 100644 (file)
@@ -85,8 +85,8 @@ There are three types of inheritance specs:
 * any other element, the first element with the same name and identical
   attributes (ignoring ``position``) is matched
 
-The inheritance spec can an optional ``position`` attribute specifhing how
-the matched node should be altered:
+The inheritance spec may have an optional ``position`` attribute specifying
+how the matched node should be altered:
 
 ``inside`` (default)
     the content of the inheritance spec is appended to the matched node
@@ -98,7 +98,7 @@ the matched node should be altered:
 ``before``
     the content of the inheritance spec is added to the matched node's
     parent, before the matched node
-``attribute``
+``attributes``
     the content of the inheritance spec should be ``attribute`` elements
     with a ``name`` attribute and an optional body: