From cd7250d6a8f2144c7cfa2103713b4a19ddb2ea90 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 12 Jul 2014 18:15:45 -0700 Subject: [PATCH 1/2] Redundant thanks to bb1286a0ab073bce1d18f704d7ac0545ea76c6ef --- docs/_includes/components/alerts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/components/alerts.html b/docs/_includes/components/alerts.html index 883969073c..bdb88517bd 100644 --- a/docs/_includes/components/alerts.html +++ b/docs/_includes/components/alerts.html @@ -1,7 +1,7 @@

Alerts

-

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages. For inline dismissal, use the alerts jQuery plugin.

+

Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.

Examples

Wrap any text and an optional dismiss button in .alert and one of the four contextual classes (e.g., .alert-success) for basic alert messages.

From 2c540b7e330eb2e8ecedfd7d62fb603f96ee39db Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 00:08:25 -0700 Subject: [PATCH 2/2] 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 %}