Skip to content

Commit b032deb

Browse files
andy9775jelbourn
authored andcommitted
docs(cdk/focus-trap): fix FocusTrap class documentation typo (#19431)
1 parent 8d67249 commit b032deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/focus-trap/focus-trap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import {InteractivityChecker} from '../interactivity-checker/interactivity-check
2929
*
3030
* This class currently uses a relatively simple approach to focus trapping.
3131
* It assumes that the tab order is the same as DOM order, which is not necessarily true.
32-
* Things like `tabIndex > 0`, flex `order`, and shadow roots can cause to two to misalign.
32+
* Things like `tabIndex > 0`, flex `order`, and shadow roots can cause the two to misalign.
3333
*
3434
* @deprecated Use `ConfigurableFocusTrap` instead.
3535
* @breaking-change for 11.0.0 Remove this class.

0 commit comments

Comments
 (0)