Skip to content

Commit 2f1f06e

Browse files
authored
Fix incorrect property name (#46)
1 parent 4c06aab commit 2f1f06e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specs/devcontainer-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ This section consists of actions required to validate the `devcontainer.json` co
116116

117117
The tasks executed when validating the configuration are:
118118

119-
- `workspace-folder` is required since it defines where the `devcontainer.json` file is located and identifies the configuration to be used for the environment.
120-
- Validate access to the `workspace-folder`.
119+
- `workspaceFolder` is required since it defines where the `devcontainer.json` file is located and identifies the configuration to be used for the environment.
120+
- Validate access to the `workspaceFolder`.
121121
- Validate that the metadata (for example `devcontainer.json`) contains all parameters required for the selected configuration type.
122122

123123
## Environment Creation

0 commit comments

Comments
 (0)