Skip to content

Commit 5e4fbe4

Browse files
vishal-wadhwamosinve
authored andcommitted
fix: typo corrected in tooltips (bootstrap-vue#1930)
1 parent be5bfc5 commit 5e4fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/directives/tooltip/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to appear.
1717
## Overview
1818

1919
Things to know when using tooltips:
20-
- Tooltips rely on the 3rd party library Popper.js for positioning. The library is bundled wit Bootstrap-Vue!
20+
- Tooltips rely on the 3rd party library Popper.js for positioning. The library is bundled with Bootstrap-Vue!
2121
- Tooltips with zero-length titles are never displayed.
2222
- Specify container: 'body' (default) to avoid rendering problems in more complex components (like input groups, button groups, etc).
2323
- Triggering tooltips on hidden elements will not work.

0 commit comments

Comments
 (0)