diff options
| author | Quy <[email protected]> | 2017-01-05 14:24:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-05 14:24:40 -0800 |
| commit | 98e55484e73aeac37fedd9cc260f4b16f9c04698 (patch) | |
| tree | f72c4ef000997d8919aa6f8672b9b122c7cda9cf /docs/components/tooltips.md | |
| parent | 85a1fdcb29dd27803f2229d671a5e6b578d7f37e (diff) | |
| download | bootstrap-98e55484e73aeac37fedd9cc260f4b16f9c04698.tar.xz bootstrap-98e55484e73aeac37fedd9cc260f4b16f9c04698.zip | |
Doc updates (#21542)
* Change it's to its.
* Fix links
* Fix typos
Diffstat (limited to 'docs/components/tooltips.md')
| -rw-r--r-- | docs/components/tooltips.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index deb84b778..825782ac2 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -203,7 +203,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <td>selector</td> <td>string</td> <td>false</td> - <td>If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://jsbin.com/zopod/1/edit">an informative example</a>.</td> + <td>If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://jsbin.com/zopod/1/edit">an informative example</a>.</td> </tr> <tr> <td>template</td> @@ -241,7 +241,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <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://tether.io/#constraints">offset docs</a>.</td> + <td>Offset of the tooltip relative to its target. For more information refer to Tether's <a href="http://tether.io/#offset">offset docs</a>.</td> </tr> </tbody> </table> |
