Skip to content

Commit 263b392

Browse files
authored
fix: correct typo (devcontainers#77)
1 parent 09354e9 commit 263b392

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_implementors/spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ See [`workspaceMount` and `workspaceFolder`](../json_reference#image-specific) f
178178

179179
Users control the permissions of applications executed in the containers, allowing the developer to control them. The specification takes into account two types of user definitions:
180180

181-
* **Container User**: The user that will be used for all operations that run inside a container. This concept is native to containers. It may be set in the container image, using the `continerUser` property for **image** and **dockerfile** scenarios, or using an orchestratric specific property like `user` property in Docker Compose files.
181+
* **Container User**: The user that will be used for all operations that run inside a container. This concept is native to containers. It may be set in the container image, using the `containerUser` property for **image** and **dockerfile** scenarios, or using an orchestratric specific property like `user` property in Docker Compose files.
182182
* **Remote User**: Used to run the [lifecycle](#lifecycle) scripts inside the container. This is also the user tools and editors that connect to the container should use to run their processes. This concept is not native to containers. Set using the `remoteEnv` property in all cases and defaults to the container user.
183183

184184
This separation allows the ENTRYPOINT for the image to execute with different permissions than the developer and allows for developers to switch users without recreating their containers.
@@ -292,4 +292,4 @@ Each entry in the `object` will be run in parallel during that lifecycle step.
292292
# <a href="#definitions" name="definitions" class="anchor"> Definitions </a>
293293
#### <a href="#project-workspace-folder" name="project-workspace-folder" class="anchor"> Project Workspace Folder </a>
294294

295-
The **project workspace folder** is where an implementing tool should begin to search for `devcontainer.json` files. If the target project on disk is using git, the **project workspace folder** is typically the root of the git repository.
295+
The **project workspace folder** is where an implementing tool should begin to search for `devcontainer.json` files. If the target project on disk is using git, the **project workspace folder** is typically the root of the git repository.

0 commit comments

Comments
 (0)