diff options
| author | Kay.L <[email protected]> | 2016-04-03 01:38:04 +0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-04-02 10:38:04 -0700 |
| commit | cc5e248aa2294fe62fee02ae272e0a57aff827b4 (patch) | |
| tree | f87e10ff81a51b3349cc4f5ba1ac916e6b14291c | |
| parent | ed0c12fd7109fd4cf16ef1b42874105566132192 (diff) | |
| download | bootstrap-cc5e248aa2294fe62fee02ae272e0a57aff827b4.tar.xz bootstrap-cc5e248aa2294fe62fee02ae272e0a57aff827b4.zip | |
Docs: Correct arg `offsets` to `offset` in tooltips & popovers
[skip sauce]
| -rw-r--r-- | docs/components/popovers.md | 2 | ||||
| -rw-r--r-- | docs/components/tooltips.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 727189083..a723f33e3 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> diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 204c2ddaa..fb8cb24dd 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> |
