Skip to content

Commit b172952

Browse files
zelliottjelbourn
authored andcommitted
feat(cdk/a11y): Respond to additional PR feedback.
1 parent 2ab6508 commit b172952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/a11y/input-modality/input-modality-detector.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('InputModalityDetector', () => {
143143
expect(detector.mostRecentModality).toBe('keyboard');
144144
});
145145

146-
it('should ignore additional keys if specified', () => {
146+
it('should ignore keys if specified', () => {
147147
detector = new InputModalityDetector(platform, ngZone, document, {ignoreKeys: [A, B, C]});
148148

149149
dispatchKeyboardEvent(document, 'keydown', A);

0 commit comments

Comments
 (0)