Skip to content

Commit 7c58efc

Browse files
authored
fix spelling mistakes (#47)
1 parent 914d4e8 commit 7c58efc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposals/devcontainer-features.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The properties of the file are as follows:
5656
| install.file | string | Parameters/script to execute (defaults to install.sh).|
5757
| options | object | Possible options to be passed as environment variables to the execution of the scripts |
5858
| containerEnv | object | A set of name value pairs that sets or overrides environment variables. |
59-
| privileged | boolean | If priveleged mode is required by the feature. |
60-
| init | boolean | If it's necesarry to run `init`. |
59+
| privileged | boolean | If privileged mode is required by the feature. |
60+
| init | boolean | If it's necessary to run `init`. |
6161
| capAdd | array | Additional capabilities needed by the feature. |
6262
| securityOpt | array | Security options needed by the feature. |
6363
| entrypoint | string | Set if the feature requires an entrypoint. |
@@ -142,4 +142,4 @@ There are several things to keep in mind for an application that implements feat
142142
- Parameters like `capAdd`, `securityOp` are concatenated.
143143
- ContainerEnv is added before the feature is executed as `ENV` commands in the docker file.
144144
- Features are added to an image in two passes. One for `aquire` scripts and another for `install` scripts.
145-
- Each script executes as its own layer to aid in caching and rebuilding.
145+
- Each script executes as its own layer to aid in caching and rebuilding.

0 commit comments

Comments
 (0)