mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-16 02:20:59 +00:00
Fixes #21179: docs typos on pull/float action
This commit is contained in:
parent
573e029feb
commit
ab54151ed3
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ The following example shows how the clearfix can be used. Without the clearfix t
|
|||
|
||||
{% example html %}
|
||||
<div class="bg-info clearfix">
|
||||
<button class="btn btn-secondary float-left">Example Button pulled left</button>
|
||||
<button class="btn btn-secondary float-right">Example Button pullred right</button>
|
||||
<button class="btn btn-secondary float-left">Example Button floated left</button>
|
||||
<button class="btn btn-secondary float-right">Example Button floated right</button>
|
||||
</div>
|
||||
{% endexample %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue