mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-07 03:51:01 +00:00
Update examples/webpack/src/index.js
Co-authored-by: fleonus <hkapoor@gitlab.com>
This commit is contained in:
parent
260f0da919
commit
b42b0b6af4
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ setDiagnosticsOptions({
|
||||||
markdownDescription: 'Even **markdown** _descriptions_ `are` ~~not~~ supported!',
|
markdownDescription: 'Even **markdown** _descriptions_ `are` ~~not~~ supported!',
|
||||||
},
|
},
|
||||||
enum: {
|
enum: {
|
||||||
description: 'Pick your started',
|
description: 'Pick your starter',
|
||||||
enum: ['Bulbasaur', 'Squirtle', 'Charmander', 'Pickachu'],
|
enum: ['Bulbasaur', 'Squirtle', 'Charmander', 'Pickachu'],
|
||||||
},
|
},
|
||||||
number: {
|
number: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue