diff --git a/examples/advanced/component-cti/config.js b/examples/advanced/component-cti/config.js index fbc774c19..2e3447a4f 100644 --- a/examples/advanced/component-cti/config.js +++ b/examples/advanced/component-cti/config.js @@ -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' }, @@ -57,4 +57,4 @@ module.exports = { }] } } -} \ No newline at end of file +}