diff --git a/examples/3-custom-style-and-window-options/index.js b/examples/3-custom-style-and-window-options/index.js index c0ed4a9..f9196ec 100644 --- a/examples/3-custom-style-and-window-options/index.js +++ b/examples/3-custom-style-and-window-options/index.js @@ -6,7 +6,7 @@ app.on('ready', function() { text: 'Preparing data...', detail: 'Wait...', style: { // the keys are all elements of the progress bar - text: { // pair of CSSS properties/values + text: { // pair of CSS properties/values 'font-weight': 'bold', 'color': '#B11C11' },