Skip to content

Commit

Permalink
docs: fix typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
avdeev authored and 40818419 committed Mar 3, 2018
1 parent 97402cc commit a462584
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const props = {
inputStyle: {
fontFamily: 'monospace',
margin: '4px',
MozAppearance: 'textfield'
MozAppearance: 'textfield',
width: '15px',
borderRadius: '3px',
fontSize: '14px',
Expand All @@ -56,7 +56,7 @@ const props = {
inputStyleInvalid: {
fontFamily: 'monospace',
margin: '4px',
MozAppearance: 'textfield'
MozAppearance: 'textfield',
width: '15px',
borderRadius: '3px',
fontSize: '14px',
Expand Down

0 comments on commit a462584

Please sign in to comment.