Skip to content

Commit

Permalink
Updated secondary prop spelling (#11449)
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Rodg authored and mbrookes committed May 17, 2018
1 parent 01f04ba commit 133a5e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/material-ui/src/Radio/Radio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export interface RadioProps
icon?: React.ReactNode;
}

export type RadioClassKey = SwitchBaseClassKey | 'colorPrimary' | 'colorSecondery';
export type RadioClassKey = SwitchBaseClassKey | 'colorPrimary' | 'colorSecondary';

declare const Radio: React.ComponentType<RadioProps>;

Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/src/Switch/Switch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export type SwitchClassKey =
| 'iconChecked'
| 'switchBase'
| 'colorPrimary'
| 'colorSecondery';
| 'colorSecondary';

declare const Switch: React.ComponentType<SwitchProps>;

Expand Down

0 comments on commit 133a5e0

Please # to comment.