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

Commit 5cb8d38

Browse files
smithlpkozlowski-opensource
authored andcommitted
docs(modal): typo in comment: loose > lose
Closes #2817
1 parent b94bdbb commit 5cb8d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ angular.module('ui.bootstrap.modal', ['ui.bootstrap.transition'])
9797

9898
/**
9999
* Auto-focusing of a freshly-opened modal element causes any child elements
100-
* with the autofocus attribute to loose focus. This is an issue on touch
100+
* with the autofocus attribute to lose focus. This is an issue on touch
101101
* based devices which will show and then hide the onscreen keyboard.
102102
* Attempts to refocus the autofocus element via JavaScript will not reopen
103103
* the onscreen keyboard. Fixed by updated the focusing logic to only autofocus

0 commit comments

Comments
 (0)