From ab45b859698d99a2be87115f20a88e2214f40222 Mon Sep 17 00:00:00 2001
From: Guntbert Reiter <guntbert@gmx.at>
Date: Fri, 9 Dec 2016 18:18:58 +0100
Subject: [PATCH 1/2] [property/left] Correct the direction of movement

The image clearly indicates that the item is moved right.
---
 property/left/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/property/left/index.html b/property/left/index.html
index 5752f1c5..7b72b573 100644
--- a/property/left/index.html
+++ b/property/left/index.html
@@ -57,7 +57,7 @@ <h2 class="property-name">
           <code class="example-value" data-tooltip="Click to copy" data-clipboard-text="left: 80px;">left: 80px;</code>
         </p>
         <div class="example-description">
-          <p>If the element is in position <strong>relative</strong>, the element will move <em>left</em> by the amount defined by the <strong>left</strong> value.</p>
+          <p>If the element is in position <strong>relative</strong>, the element will move <em>right</em> by the amount defined by the <strong>left</strong> value.</p>
 
         </div>
       </header>

From 97fd5fab762aa91b94269ca782303a38719e1b3f Mon Sep 17 00:00:00 2001
From: Guntbert Reiter <guntbert@gmx.at>
Date: Fri, 9 Dec 2016 18:21:05 +0100
Subject: [PATCH 2/2] [property/right] Correct the direction of movement

The image clearly indicates that the item is moved left.
---
 property/right/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/property/right/index.html b/property/right/index.html
index 3deaf22b..924a21ee 100644
--- a/property/right/index.html
+++ b/property/right/index.html
@@ -57,7 +57,7 @@ <h2 class="property-name">
           <code class="example-value" data-tooltip="Click to copy" data-clipboard-text="right: 80px;">right: 80px;</code>
         </p>
         <div class="example-description">
-          <p>If the element is in position <strong>relative</strong>, the element will move <em>right</em> by the amount defined by the <strong>right</strong> value.</p>
+          <p>If the element is in position <strong>relative</strong>, the element will move <em>left</em> by the amount defined by the <strong>right</strong> value.</p>
 
         </div>
       </header>