From e9dca8df523b5d625887e2a530ef3be6999e02c0 Mon Sep 17 00:00:00 2001 From: Bas Bosman <github@nazgul.nu> Date: Mon, 8 Dec 2014 09:41:44 +0100 Subject: [PATCH] Add missing to --- docs/_includes/components/button-groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index d0f958da8e..9abf562945 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -61,7 +61,7 @@ {% endhighlight %} <h3 id="btn-groups-sizing">Sizing</h3> - <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> each <code>.btn-group</code>, including when nesting multiple groups.</p> + <p>Instead of applying button sizing classes to every button in a group, just add <code>.btn-group-*</code> to each <code>.btn-group</code>, including when nesting multiple groups.</p> <div class="bs-example" data-example-id="button-group-sizing"> <div class="btn-group btn-group-lg" role="group" aria-label="Large button group"> <button type="button" class="btn btn-default">Left</button>