diff options
| author | XhmikosR <[email protected]> | 2021-09-07 09:45:27 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-07 09:45:27 +0300 |
| commit | 23b3d636e10de3b00cd717e7fd32123bde95d0fe (patch) | |
| tree | 4c7581007363a49e0b603b4036c73d00a92987e4 /js | |
| parent | aa06dffdf65f15f6663159c9785432b82adde20f (diff) | |
| download | bootstrap-23b3d636e10de3b00cd717e7fd32123bde95d0fe.tar.xz bootstrap-23b3d636e10de3b00cd717e7fd32123bde95d0fe.zip | |
Typo fixes (#34914)
Diffstat (limited to 'js')
| -rw-r--r-- | js/tests/unit/util/focustrap.spec.js | 2 |
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 2457239c4..99bc95fca 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">', |
