Skip to content

Commit

Permalink
Fix twbs#10348: Customizer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdisley committed Jan 25, 2014
1 parent 6d090e2 commit a1b0bb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/customize.html
Expand Up @@ -70,13 +70,13 @@ <h3>Components</h3>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="button-groups.less" data-dependency="buttons.less">
<input type="checkbox" checked value="button-groups.less" data-dependencies="buttons.less">
Button groups
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="input-groups.less" data-dependency="forms.less">
<input type="checkbox" checked value="input-groups.less" data-dependencies="forms.less">
Input groups
</label>
</div>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h4>Linked to components</h4>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="popover.js" data-dependency="tooltip.js">
<input type="checkbox" checked value="popover.js" data-dependencies="tooltip.js">
Popovers <small>(requires Tooltips)</small>
</label>
</div>
Expand Down

0 comments on commit a1b0bb7

Please sign in to comment.