diff options
| author | Steven Black <[email protected]> | 2013-09-04 12:17:39 -0400 |
|---|---|---|
| committer | Steven Black <[email protected]> | 2013-09-04 12:17:39 -0400 |
| commit | 43efd4371715600634da3735b495bf95fb04e041 (patch) | |
| tree | 7f7990284e0241ee66c76d20f5f5a49cf2247dbe | |
| parent | ea734863c34cebcbd116706b25b4e5a0b2f24df3 (diff) | |
| download | bootstrap-43efd4371715600634da3735b495bf95fb04e041.tar.xz bootstrap-43efd4371715600634da3735b495bf95fb04e041.zip | |
Fixed to lowercase 'v' in 'v3.0'
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index d0909b61a..c5b3cc61c 100644 --- a/getting-started.html +++ b/getting-started.html @@ -643,7 +643,7 @@ bootstrap/ The <code>.modal-header</code>, <code>.modal-body</code>, and <code>.modal-footer</code> sections are now wrapped in <code>.modal-content</code> and <code>.modal-dialog</code> for better mobile styling and behavior.</li> <li>JavaScript events are namespaced. For example, to handle the modal "show" event, use <code>'show.bs.modal'</code>. For tabs "shown" use <code>'shown.bs.tab'</code>, etc..</li> </ul> - <p>For more information on upgrading to V3.0, and code snippets from the community, see <a href="http://bootply.com/">Bootply</a>.</p> + <p>For more information on upgrading to v3.0, and code snippets from the community, see <a href="http://bootply.com/">Bootply</a>.</p> </div> |
