diff --git a/src/internal/tabbable.ts b/src/internal/tabbable.ts index c4aa8c753..74ea76743 100644 --- a/src/internal/tabbable.ts +++ b/src/internal/tabbable.ts @@ -88,7 +88,7 @@ export function getTabbableElements(root: HTMLElement | ShadowRoot) { } /** - * This looks funky. Basically a slots children will always be picked up *if* they're within the `root` element. + * This looks funky. Basically a slot's children will always be picked up *if* they're within the `root` element. * However, there is an edge case when, if the `root` is wrapped by another shadow DOM, it won't grab the children. * This fixes that fun edge case. */