mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-20 15:01:20 +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!',
|
||||
},
|
||||
enum: {
|
||||
description: 'Pick your started',
|
||||
description: 'Pick your starter',
|
||||
enum: ['Bulbasaur', 'Squirtle', 'Charmander', 'Pickachu'],
|
||||
},
|
||||
number: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue