diff options
| author | Supergibbs <[email protected]> | 2013-12-29 23:16:41 -0800 |
|---|---|---|
| committer | Supergibbs <[email protected]> | 2013-12-29 23:16:41 -0800 |
| commit | df16f9f1235505350360a5b34d7b03e64eb732d4 (patch) | |
| tree | 7a5d0ff460be67b11fc74f44916c3ca763e1590f | |
| parent | 6ecdb310097617074b292d2f52971d082c3e2ec8 (diff) | |
| download | bootstrap-df16f9f1235505350360a5b34d7b03e64eb732d4.tar.xz bootstrap-df16f9f1235505350360a5b34d7b03e64eb732d4.zip | |
Fixed typo
| -rw-r--r-- | customize.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/customize.html b/customize.html index 2b9e5d770..879533def 100644 --- a/customize.html +++ b/customize.html @@ -402,7 +402,7 @@ base_url: "../" <input type="text" class="form-control" placeholder="Menlo, Monaco, Consolas, 'Courier New', monospace" data-var="@font-family-monospace"> <p class="help-block">Default monospace fonts for <code><code></code> and <code><pre></code>.</p> - <h4>Base type styes</h4> + <h4>Base type styles</h4> <label>@font-family-base</label> <input type="text" class="form-control" placeholder="@font-family-sans-serif" data-var="@font-family-base"> <label>@font-size-base</label> |
