Skip to content

Commit 28a4c0f

Browse files
committed
chore: typo
1 parent 5ba2312 commit 28a4c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/core/a11y/focus-trap.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('FocusTrap', () => {
2828

2929
it('wrap focus from end to start', () => {
3030
// Because we can't mimic a real tab press focus change in a unit test, just call the
31-
// focus event handlerdiv directly.
31+
// focus event handler directly.
3232
focusTrapInstance.focusFirstTabbableElement();
3333

3434
expect(document.activeElement.nodeName.toLowerCase())

0 commit comments

Comments
 (0)