diff options
| author | Chris Rebert <[email protected]> | 2014-12-08 00:46:55 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-08 00:46:55 -0800 |
| commit | deffd946ef585ec42268bf7439d351ef9123f376 (patch) | |
| tree | 1d7a7bc2b0741572a0d5ee51e05ef54e213a1daa | |
| parent | e11c634be998ccefef9587a059af680b17f9d9e2 (diff) | |
| parent | e9dca8df523b5d625887e2a530ef3be6999e02c0 (diff) | |
| download | bootstrap-deffd946ef585ec42268bf7439d351ef9123f376.tar.xz bootstrap-deffd946ef585ec42268bf7439d351ef9123f376.zip | |
Merge pull request #15323 from BBosman/for
Re-add missing "to" in docs
| -rw-r--r-- | docs/_includes/components/button-groups.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index d0f958da8..9abf56294 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> |
