Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Mamede committed Dec 8, 2020
1 parent 92735dc commit 97b6c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3-custom-style-and-window-options/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
},
Expand Down

0 comments on commit 97b6c01

Please sign in to comment.