Skip to content

Commit

Permalink
Fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
Jqmey authored and mdo committed Aug 29, 2017
1 parent 78f29d2 commit 1ea63d1
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 1ea63d1

Please sign in to comment.