diff options
| author | jipexu <[email protected]> | 2017-08-14 23:04:06 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-14 14:04:06 -0700 |
| commit | 20af0373f302a432357ae306e80a14ec24d57077 (patch) | |
| tree | 3660cc2bf8cccaa2787774639a50b610c71b4dd7 /docs/4.0/components | |
| parent | 6d6d42b56ac804fe25eac07e540992227095aad8 (diff) | |
| download | bootstrap-20af0373f302a432357ae306e80a14ec24d57077.tar.xz bootstrap-20af0373f302a432357ae306e80a14ec24d57077.zip | |
Mention badge-default in migration docs, fix typo on popover docs (#23409)
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/popovers.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md index 32261eb6c..2e6f42b55 100644 --- a/docs/4.0/components/popovers.md +++ b/docs/4.0/components/popovers.md @@ -361,7 +361,7 @@ Updates the position of an element's popover. </tr> <tr> <td>inserted.bs.popover</td> - <td>This event is fired after the <code>show.bs.popover</code> event when the tooltip template has been added to the DOM.</td> + <td>This event is fired after the <code>show.bs.popover</code> event when the popover template has been added to the DOM.</td> </tr> </tbody> </table> |
