diff options
Diffstat (limited to 'docs/4.0/components')
| -rw-r--r-- | docs/4.0/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index 5a6e000e9..59ac96edf 100644 --- a/docs/4.0/components/modal.md +++ b/docs/4.0/components/modal.md @@ -459,7 +459,7 @@ For modals that simply appear rather than fade in to view, remove the `.fade` cl ### Dynamic heights -If the height of a modal changes while it is open, you should call `$('#myModal').data('bs.modal').handleUpdate()` or `$('#myModal').modal('handleUpdate')` to readjust the modal's position in case a scrollbar appears. +If the height of a modal changes while it is open, you should call `$('#myModal').modal('handleUpdate')` to readjust the modal's position in case a scrollbar appears. ### Accessibility |
