Skip to content

Commit

Permalink
fix(examples): little typo (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhoizey authored Jan 23, 2021
1 parent 5c1d718 commit 33271b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/advanced/component-cti/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const propertiesToCTI = {
'text-color': { category: 'color', type: 'font' },
'padding': {category: 'size', type: 'padding'},
'padding-vertical': {category: 'size', type: 'padding'},
'padding-horziontal': {category: 'size', type: 'padding'},
'padding-horizontal': {category: 'size', type: 'padding'},
'icon': {category: 'content', type: 'icon'},
'font-size': {category: 'size', type: 'font'},
'line-height': { category: 'size', type: 'line-height' },
Expand Down Expand Up @@ -57,4 +57,4 @@ module.exports = {
}]
}
}
}
}

0 comments on commit 33271b6

Please sign in to comment.