From 53bfc709e774aae76d1e8d6ab26c0761a1d5f3ae Mon Sep 17 00:00:00 2001
From: Henri-Maxime Ducoulombier <chehax@gmail.com>
Date: Wed, 19 Nov 2014 16:24:28 +0100
Subject: [PATCH] [IMP] doc: incorrect value documented

closes #3761
---
 doc/reference/views.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/reference/views.rst b/doc/reference/views.rst
index 9eaab61b324f..3f5b2ea20435 100644
--- a/doc/reference/views.rst
+++ b/doc/reference/views.rst
@@ -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:
 
-- 
GitLab