aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/components/dropdowns.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-10 22:25:51 +0200
committerXhmikosR <[email protected]>2019-02-11 08:54:17 +0200
commitbbf8b768ef97127b66165ed24496ae6429189a72 (patch)
treed8a55e7afecfbc950e28736f7775bf0247d929c1 /site/docs/4.2/components/dropdowns.md
parent7a9a8db7b1772fab450ce1cb45b1b31bc3147f82 (diff)
downloadbootstrap-bbf8b768ef97127b66165ed24496ae6429189a72.tar.xz
bootstrap-bbf8b768ef97127b66165ed24496ae6429189a72.zip
Cosmetic changes in snippets.
Diffstat (limited to 'site/docs/4.2/components/dropdowns.md')
-rw-r--r--site/docs/4.2/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/dropdowns.md b/site/docs/4.2/components/dropdowns.md
index 2b5ee2014..417d9f5ea 100644
--- a/site/docs/4.2/components/dropdowns.md
+++ b/site/docs/4.2/components/dropdowns.md
@@ -904,6 +904,6 @@ All dropdown events are fired at the `.dropdown-menu`'s parent element and have
{% highlight js %}
$('#myDropdown').on('show.bs.dropdown', function () {
- // do something…
+ // do something...
})
{% endhighlight %}