We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d67249 commit b032debCopy full SHA for b032deb
src/cdk/a11y/focus-trap/focus-trap.ts
@@ -29,7 +29,7 @@ import {InteractivityChecker} from '../interactivity-checker/interactivity-check
29
*
30
* This class currently uses a relatively simple approach to focus trapping.
31
* 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.
+ * Things like `tabIndex > 0`, flex `order`, and shadow roots can cause the two to misalign.
33
34
* @deprecated Use `ConfigurableFocusTrap` instead.
35
* @breaking-change for 11.0.0 Remove this class.
0 commit comments