Skip to content

Commit 09433fb

Browse files
authored
docs: omit repetitions (#27746)
1 parent 4095ab7 commit 09433fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/interactivity-checker/interactivity-checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class IsFocusableConfig {
2424
// supported.
2525

2626
/**
27-
* Utility for checking the interactivity of an element, such as whether is is focusable or
27+
* Utility for checking the interactivity of an element, such as whether it is focusable or
2828
* tabbable.
2929
*/
3030
@Injectable({providedIn: 'root'})

0 commit comments

Comments
 (0)