diff options
| author | Mark Otto <[email protected]> | 2014-03-08 17:11:48 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-08 17:11:48 -0800 |
| commit | 7c3881086f7a6bc3ae5ea41c80ac2572878c8cdc (patch) | |
| tree | 5ddec1d5cff9077c561aa9e80058ee01569a2afc /docs/_includes/customizer-variables.html | |
| parent | bcfb27b962556a528579d742a60762831ed0c0ba (diff) | |
| download | bootstrap-7c3881086f7a6bc3ae5ea41c80ac2572878c8cdc.tar.xz bootstrap-7c3881086f7a6bc3ae5ea41c80ac2572878c8cdc.zip | |
Fix comment
Diffstat (limited to 'docs/_includes/customizer-variables.html')
| -rw-r--r-- | docs/_includes/customizer-variables.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/customizer-variables.html b/docs/_includes/customizer-variables.html index 70f14ff28..7f2dd58b7 100644 --- a/docs/_includes/customizer-variables.html +++ b/docs/_includes/customizer-variables.html @@ -167,7 +167,7 @@ <div class="bs-customizer-input"> <label for="input-@icon-font-svg-id">@icon-font-svg-id</label> <input id="input-@icon-font-svg-id" type="text" value=""glyphicons_halflingsregular"" data-var="@icon-font-svg-id" class="form-control"/> - <p class="help-block">File name for SVG icon file.</p> + <p class="help-block">Element ID within SVG icon file.</p> </div> </div> <h2 id="components">Components</h2> |
