]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Grammar fix in js/README.md 2519/head
authorIvan Kurnosov <zerkms@zerkms.ru>
Sun, 11 Mar 2012 21:24:18 +0000 (10:24 +1300)
committerIvan Kurnosov <zerkms@zerkms.ru>
Sun, 11 Mar 2012 21:24:18 +0000 (10:24 +1300)
js/README.md

index 3aa09c960f5257f7ba9073115ba459fc37a90676..1c3ced31f8a9d91c84a548d15a08f877b88d750a 100644 (file)
@@ -28,7 +28,7 @@ All public APIs should be single, chainable methods, and return the collection a
 All methods should accept an optional options object, a string which targets a particular method, or null which initiates the default behavior:
 
     $("#myModal").modal() // initialized with defaults
-    $("#myModal").modal({ keyboard: false }) // initialized with now keyboard
+    $("#myModal").modal({ keyboard: false }) // initialized with no keyboard
     $("#myModal").modal('show') // initializes and invokes show immediately afterqwe2
 
 ---