We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5b7a8 commit e233acdCopy full SHA for e233acd
src/modal/modal.js
@@ -97,7 +97,7 @@ angular.module('ui.bootstrap.modal', ['ui.bootstrap.transition'])
97
98
/**
99
* 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
+ * with the autofocus attribute to lose focus. This is an issue on touch
101
* based devices which will show and then hide the onscreen keyboard.
102
* Attempts to refocus the autofocus element via JavaScript will not reopen
103
* the onscreen keyboard. Fixed by updated the focusing logic to only autofocus
0 commit comments