aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-12-20 17:12:22 +0200
committerXhmikosR <[email protected]>2021-01-08 12:04:37 +0200
commitccee913e590c2d5d7b88a319d75ab87652fd6f2b (patch)
tree5dc5bc2a9c316cd77358cb9d18f06315b931c7de
parent378f3939c86684fada71a763d9fbb0099c861f97 (diff)
downloadbootstrap-ccee913e590c2d5d7b88a319d75ab87652fd6f2b.tar.xz
bootstrap-ccee913e590c2d5d7b88a319d75ab87652fd6f2b.zip
Tooltips: add missing space (#32529)
-rw-r--r--site/content/docs/4.5/components/tooltips.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.5/components/tooltips.md b/site/content/docs/4.5/components/tooltips.md
index 331e0acdf..665342794 100644
--- a/site/content/docs/4.5/components/tooltips.md
+++ b/site/content/docs/4.5/components/tooltips.md
@@ -42,7 +42,7 @@ $(function () {
Hover over the links below to see tooltips:
<div class="bd-example tooltip-demo">
- <p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a>with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project.
+ <p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project.
</p>
</div>