aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiovanni Totaro - aka Vanni <[email protected]>2017-10-30 17:23:05 +0100
committerGitHub <[email protected]>2017-10-30 17:23:05 +0100
commit8f1540d16aedd3225103c160caae6fe4cee0fc32 (patch)
treea9c2e2c6e6d53af39aa0079ff142555669dd0e7c
parent8776e80ffab945772a6f3442521117e1abe7c3c5 (diff)
parent10773f45d430e1d9629afac5c27adcf5a29553b9 (diff)
downloadbootstrap-8f1540d16aedd3225103c160caae6fe4cee0fc32.tar.xz
bootstrap-8f1540d16aedd3225103c160caae6fe4cee0fc32.zip
Merge branch 'v4-dev' into docs-bundle-js
-rw-r--r--docs/4.0/components/carousel.md2
-rw-r--r--docs/4.0/components/collapse.md2
-rw-r--r--docs/4.0/components/modal.md2
-rw-r--r--docs/4.0/components/navs.md2
-rw-r--r--docs/4.0/components/scrollspy.md2
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/4.0/components/carousel.md b/docs/4.0/components/carousel.md
index af2648267..570594db2 100644
--- a/docs/4.0/components/carousel.md
+++ b/docs/4.0/components/carousel.md
@@ -263,7 +263,7 @@ Cycles to the previous item. **Returns to the caller before the previous item ha
Cycles to the next item. **Returns to the caller before the next item has been shown** (i.e. before the `slid.bs.carousel` event occurs).
-### `.carousel('dispose')`
+#### `.carousel('dispose')`
Destroys an element's carousel.
diff --git a/docs/4.0/components/collapse.md b/docs/4.0/components/collapse.md
index cd0a7d4e5..d07221760 100644
--- a/docs/4.0/components/collapse.md
+++ b/docs/4.0/components/collapse.md
@@ -226,7 +226,7 @@ Shows a collapsible element. **Returns to the caller before the collapsible elem
Hides a collapsible element. **Returns to the caller before the collapsible element has actually been hidden** (i.e. before the `hidden.bs.collapse` event occurs).
-### `.collapse('dispose')`
+#### `.collapse('dispose')`
Destroys an element's collapse.
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md
index b9ebc4ad4..214ed0116 100644
--- a/docs/4.0/components/modal.md
+++ b/docs/4.0/components/modal.md
@@ -633,7 +633,7 @@ Manually readjust the modal's position if the height of a modal changes while it
{% highlight js %}$('#myModal').modal('handleUpdate'){% endhighlight %}
-### `.modal('dispose')`
+#### `.modal('dispose')`
Destroys an element's modal.
diff --git a/docs/4.0/components/navs.md b/docs/4.0/components/navs.md
index 36e87b279..f0baa0707 100644
--- a/docs/4.0/components/navs.md
+++ b/docs/4.0/components/navs.md
@@ -583,7 +583,7 @@ Selects the given tab and shows its associated pane. Any other tab that was prev
$('#someTab').tab('show')
{% endhighlight %}
-### .tab('dispose')
+#### .tab('dispose')
Destroys an element's tab.
diff --git a/docs/4.0/components/scrollspy.md b/docs/4.0/components/scrollspy.md
index ef528b0f0..3c5c16fce 100644
--- a/docs/4.0/components/scrollspy.md
+++ b/docs/4.0/components/scrollspy.md
@@ -280,7 +280,7 @@ $('[data-spy="scroll"]').each(function () {
})
{% endhighlight %}
-### `.scrollspy('dispose')`
+#### `.scrollspy('dispose')`
Destroys an element's scrollspy.