From 97b6c01bf2ba69bac0941447cab07a52f7ac1493 Mon Sep 17 00:00:00 2001 From: Anderson Mamede Date: Tue, 8 Dec 2020 23:31:40 +0100 Subject: [PATCH] Fix typo in example --- examples/3-custom-style-and-window-options/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },