aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-23 11:14:54 -0700
committerChris Rebert <[email protected]>2013-08-23 11:14:54 -0700
commitec7fa0a25488e2887db9666ea8014777a743ac55 (patch)
treedaae14184fef2881859faa8342c6c17a25839b9f /javascript.html
parent0f669b6dcb5c47063c43cd6defcf9697874a0fab (diff)
downloadbootstrap-ec7fa0a25488e2887db9666ea8014777a743ac55.tar.xz
bootstrap-ec7fa0a25488e2887db9666ea8014777a743ac55.zip
fix data-api portion of #10084
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 40ea1a924..8da1cb590 100644
--- a/javascript.html
+++ b/javascript.html
@@ -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 %}