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

Commit edbfbea

Browse files
committed
fix proposed typo (#1130)
1 parent c943990 commit edbfbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,13 +923,13 @@
923923
"options": {
924924
"version": {
925925
"type": "string",
926-
"proposed": ["latest", "1.55", "1.54", "1.53"],
926+
"proposals": ["latest", "1.55", "1.54", "1.53"],
927927
"default": "latest",
928928
"description": "Select or enter a version of Rust to install."
929929
},
930930
"profile": {
931931
"type": "string",
932-
"proposed": ["minimal", "default", "complete"],
932+
"proposals": ["minimal", "default", "complete"],
933933
"default": "minimal",
934934
"description": "Select a rustup install profile."
935935
}

0 commit comments

Comments
 (0)