]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix data-api portion of #10084
authorChris Rebert <github@rebertia.com>
Fri, 23 Aug 2013 18:14:54 +0000 (11:14 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 23 Aug 2013 18:14:54 +0000 (11:14 -0700)
javascript.html

index 40ea1a924004ae217de7c300e64d4b5ce6c25274..8da1cb590608c1a728c13a20ce7d631533b8c012 100644 (file)
@@ -273,7 +273,7 @@ $('#myModal').on('show.bs.modal', function (e) {
            <td>remote</td>
            <td>path</td>
            <td>false</td>
-           <td><p>If a remote URL is provided, content will be loaded via jQuery's <code>load</code> method and injected into the root of the modal element. If you're using the data api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
+           <td><p>If a remote URL is provided, content will be loaded via jQuery's <code>load</code> method and injected into the root of the modal element. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p>
 {% highlight html %}
 <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a>
 {% endhighlight %}