Skip to content

Commit

Permalink
fix(switch): fix typo. (#5202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yavanosta committed Dec 24, 2019
1 parent 3117c1c commit 0c0fc2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mdc-switch/adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export interface MDCSwitchAdapter {
setNativeControlDisabled(disabled: boolean): void;

/**
* Set an attribute value of the native HTML control underlying the switch.
* Sets an attribute value of the native HTML control underlying the switch.
*/
setNativeControlAttr(attr: string, value: string): void;
}

0 comments on commit 0c0fc2c

Please sign in to comment.