Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 32f0f63

Browse files
Foxandxsspkozlowski-opensource
authored andcommitted
style(collapse): typo in a comment
s/relaizes/realizes
1 parent 9698529 commit 32f0f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/collapse/collapse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ angular.module('ui.bootstrap.collapse', ['ui.bootstrap.transition'])
4949
} else {
5050
// CSS transitions don't work with height: auto, so we have to manually change the height to a specific value
5151
element.css({ height: element[0].scrollHeight + 'px' });
52-
//trigger reflow so a browser relaizes that height was updated from auto to a specific value
52+
//trigger reflow so a browser realizes that height was updated from auto to a specific value
5353
var x = element[0].offsetWidth;
5454

5555
element.removeClass('collapse in').addClass('collapsing');

0 commit comments

Comments
 (0)