diff options
| author | Jacob Thornton <[email protected]> | 2011-11-24 11:13:33 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-11-24 11:13:33 -0800 |
| commit | 296fad37b4e3e78bd952d419625d87f52a3d52d4 (patch) | |
| tree | 3e87267294f773f89cfc8a1b6d896a3053ebb438 /docs/javascript.html | |
| parent | e5fb1da164171a62612df8bded8ed3b2af8fed56 (diff) | |
| parent | fe68f708ce723cef640c1cf784cb29da513bca22 (diff) | |
| download | bootstrap-296fad37b4e3e78bd952d419625d87f52a3d52d4.tar.xz bootstrap-296fad37b4e3e78bd952d419625d87f52a3d52d4.zip | |
Merge pull request #694 from martinbean/patch-1
Fixed a typo (redux)
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 055be36c8..10d81a0c3 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -385,7 +385,7 @@ $('#my-modal').bind('hidden', function () { <h3>Methods</h3> <h4>$().tabs or $().pills</h4> <p> - Activates tab and pill functionality for a given container. Tab links should reference id's in the document. + Activates tab and pill functionality for a given container. Tab links should reference IDs in the document. </p> <pre class="prettyprint linenums"> <ul class="tabs"> |
