From 43efd4371715600634da3735b495bf95fb04e041 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 4 Sep 2013 12:17:39 -0400 Subject: [PATCH] Fixed to lowercase 'v' in 'v3.0' --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index d0909b61ac..c5b3cc61c9 100644 --- a/getting-started.html +++ b/getting-started.html @@ -643,7 +643,7 @@ bootstrap/ The .modal-header, .modal-body, and .modal-footer sections are now wrapped in .modal-content and .modal-dialog for better mobile styling and behavior.
  • JavaScript events are namespaced. For example, to handle the modal "show" event, use 'show.bs.modal'. For tabs "shown" use 'shown.bs.tab', etc..
  • -

    For more information on upgrading to V3.0, and code snippets from the community, see Bootply.

    +

    For more information on upgrading to v3.0, and code snippets from the community, see Bootply.