Skip to content

Commit

Permalink
Added missing Comma (#6832)
Browse files Browse the repository at this point in the history
Added missing Comma to readme
  • Loading branch information
pbearne authored and danielbachhuber committed May 18, 2018
1 parent ed56f11 commit 2c32794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/font-size-picker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function MyFontSizePicker() {
return (
<FontSizePicker
fontSizes={ [
{ shortName: 'S', size: 12 }
{ shortName: 'S', size: 12 },
{ shortName: 'M', size: 16 }
] }
fallbackFontSize={ fallbackFontSize }
Expand Down

0 comments on commit 2c32794

Please sign in to comment.