Skip to content

Commit 212135c

Browse files
authored
Fix type (#87)
1 parent 457f4c8 commit 212135c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy-container/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker run -p 127.0.0.1:8080:8080 \
2424

2525
To update your code-server version, modify the version number on line 2 in your Dockerfile. See the [list of tags](https://hub.docker.com/r/codercom/code-server/tags?page=1&ordering=last_updated) for the latest version.
2626

27-
We've included some examples on how to add additoonal dependencies in the root-level [Dockerfile](../Dockerfile):
27+
We've included some examples on how to add additional dependencies in the root-level [Dockerfile](../Dockerfile):
2828

2929
```Dockerfile
3030
# Install a VS Code extension:

0 commit comments

Comments
 (0)