1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

Typo fixes (#34914)

This commit is contained in:
XhmikosR
2021-09-07 09:45:27 +03:00
committed by GitHub
parent aa06dffdf6
commit 23b3d636e1
16 changed files with 16 additions and 16 deletions

View File

@@ -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">',