]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix js readme api capitalization
authorMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 21:07:31 +0000 (13:07 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 21:07:31 +0000 (13:07 -0800)
js/README.md

index 2f8e1716f5271dce8a8f52ae91b577c7b7d7b9a9..b58fa1d40746d3300cba2f6fe703699b9ed00691 100644 (file)
@@ -73,7 +73,7 @@ Each plugin should expose it's raw constructor on a `Constructor` property -- ac
 
 ### DATA ACCESSOR
 
-Each plugin stores a copy of the invoked class on an object. This class instance can be accessed directly through jQuery's data api like this:
+Each plugin stores a copy of the invoked class on an object. This class instance can be accessed directly through jQuery's data API like this:
 
     $('[rel=popover]').data('popover') instanceof $.fn.popover.Constructor