aboutsummaryrefslogtreecommitdiff
path: root/site/docs/4.2/components/dropdowns.md
diff options
context:
space:
mode:
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 %}