From 2c540b7e330eb2e8ecedfd7d62fb603f96ee39db Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 00:08:25 -0700 Subject: [PATCH] typos --- docs/_includes/js/dropdowns.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index 6311f04eb7..2cbbf85e19 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -131,13 +131,13 @@ {% endhighlight %} -

To keep URLs intact, use the data-target attribute instead of href="#".

+

To keep URLs intact with link buttons, use the data-target attribute instead of href="#".

{% highlight html %}