From 7af2a70762c032e804755779a3ff5aaacd480e67 Mon Sep 17 00:00:00 2001
From: "Kay.L" <KayLeung@users.noreply.github.com>
Date: Sat, 2 Apr 2016 17:50:08 +0800
Subject: [PATCH 1/2] Correct `offsets` to `offset`

---
 docs/components/tooltips.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 204c2ddaa0..fb8cb24ddf 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -229,7 +229,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
         <td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
       </tr>
       <tr>
-        <td>offsets</td>
+        <td>offset</td>
         <td>string</td>
         <td>'0 0'</td>
         <td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">offset docs</a>.</td>
-- 
GitLab


From c75b5730da870743c28f6069e4089a97920a59a6 Mon Sep 17 00:00:00 2001
From: "Kay.L" <KayLeung@users.noreply.github.com>
Date: Sat, 2 Apr 2016 17:50:21 +0800
Subject: [PATCH 2/2] Correct `offsets` to `offset`

---
 docs/components/popovers.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 7271890835..a723f33e3e 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -265,7 +265,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
         <td>An array of constraints - passed through to Tether. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#constraints">constraint docs</a>.</td>
       </tr>
       <tr>
-        <td>offsets</td>
+        <td>offset</td>
         <td>string</td>
         <td>'0 0'</td>
         <td>Offset of the popover relative to its target. For more information refer to Tether's <a href="http://github.hubspot.com/tether/#offset">offset docs</a>.</td>
-- 
GitLab