Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-09-07 09:45:27 +0300
committerGitHub <noreply@github.com>2021-09-07 09:45:27 +0300
commit23b3d636e10de3b00cd717e7fd32123bde95d0fe (patch)
tree4c7581007363a49e0b603b4036c73d00a92987e4 /js
parentaa06dffdf65f15f6663159c9785432b82adde20f (diff)
Typo fixes (#34914)
Diffstat (limited to 'js')
-rw-r--r--js/tests/unit/util/focustrap.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/util/focustrap.spec.js b/js/tests/unit/util/focustrap.spec.js
index 2457239c4f..99bc95fca4 100644
--- a/js/tests/unit/util/focustrap.spec.js
+++ b/js/tests/unit/util/focustrap.spec.js
@@ -74,7 +74,7 @@ describe('FocusTrap', () => {
document.dispatchEvent(focusInEvent)
})
- it('should wrap focus around foward on tab', done => {
+ it('should wrap focus around forward on tab', done => {
fixtureEl.innerHTML = [
'<a href="#" id="outside">outside</a>',
'<div id="focustrap" tabindex="-1">',