Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 2659b45

Browse files
committed
fix(switch): fix typo. (#5202)
1 parent e91ae6f commit 2659b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mdc-switch/adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export interface MDCSwitchAdapter {
5050
setNativeControlDisabled(disabled: boolean): void;
5151

5252
/**
53-
* Set an attribute value of the native HTML control underlying the switch.
53+
* Sets an attribute value of the native HTML control underlying the switch.
5454
*/
5555
setNativeControlAttr(attr: string, value: string): void;
5656
}

0 commit comments

Comments
 (0)