Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit e80a44c

Browse files
committed
Fix typos
1 parent ff5e477 commit e80a44c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

script-library/container-features/src/devcontainer-features.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,19 +467,19 @@
467467
},
468468
"password": {
469469
"type": "string",
470-
"proposal": ["vscode","codespaces","password"],
470+
"proposals": ["vscode","codespaces","password"],
471471
"default": "vscode",
472472
"description": "Enter a password for desktop connections"
473473
},
474474
"webPort": {
475475
"type": "string",
476-
"proposal": ["6080"],
476+
"proposals": ["6080"],
477477
"default": "6080",
478478
"description": "Enter a port for the desktop web client"
479479
},
480480
"vncPort": {
481481
"type": "string",
482-
"proposal": ["5901"],
482+
"proposals": ["5901"],
483483
"default": "5901",
484484
"description": "Enter a port for the desktop VNC server"
485485
}

0 commit comments

Comments
 (0)