2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Mention badge-default in migration docs, fix typo on popover docs (#23409)

This commit is contained in:
jipexu
2017-08-14 23:04:06 +02:00
committed by Mark Otto
parent 6d6d42b56a
commit 20af0373f3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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>