Skip to content

Commit

Permalink
Merge branch 'v4-dev' into fix-jumping-modal-on-resize
Browse files Browse the repository at this point in the history
  • Loading branch information
TechDavid committed Aug 29, 2017
2 parents cbaf7a7 + 1ea63d1 commit 45baa15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/components/collapse.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ $('#myCollapsible').collapse({

#### `.collapse('toggle')`

Toggles a collapsible element to shown or hidden. **Returns to the caller before the collapsible element has actually been shown or hidden (i.e. before the `shown.bs.collapse` or `hidden.bs.collapse` event occurs).
Toggles a collapsible element to shown or hidden. **Returns to the caller before the collapsible element has actually been shown or hidden** (i.e. before the `shown.bs.collapse` or `hidden.bs.collapse` event occurs).

#### `.collapse('show')`

Expand Down

0 comments on commit 45baa15

Please sign in to comment.