diff options
| author | Ufuk Avcu <[email protected]> | 2013-03-09 21:04:09 +0100 |
|---|---|---|
| committer | Ufuk Avcu <[email protected]> | 2013-03-09 21:04:09 +0100 |
| commit | 33913e4586dcd9bb08bb8daf4309f01ba4f7364a (patch) | |
| tree | 49eb019b798343a20924651e2c1984cc959dfd3e | |
| parent | bfdc6f860710d434775982e1e47704c174314970 (diff) | |
| download | bootstrap-33913e4586dcd9bb08bb8daf4309f01ba4f7364a.tar.xz bootstrap-33913e4586dcd9bb08bb8daf4309f01ba4f7364a.zip | |
Fix Typo sucess to success
Mini typo fix in the docs...
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 69b132ce0..bbf90364a 100644 --- a/docs/css.html +++ b/docs/css.html @@ -892,7 +892,7 @@ For example, <code><section></code> should be wrapped as inline. </div><!-- /example --> {% highlight html linenos %} ... -<tr class="sucess"> +<tr class="success"> <td>1</td> <td>TB - Monthly</td> <td>01/04/2012</td> |
