Skip to content

Commit f1fabd5

Browse files
authored
Update devcontainer.md (#3628)
Tiny typo fix: from `.devontainer` to `.devcontainer`.
1 parent 501d7d5 commit f1fabd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devcontainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We all know Docker containers and may use them a lot in school or work. It resolves dependency management for our projects/applications, prevents package version confusion and conflict, and contamination of the local environment.
44

5-
Now WAMR has a Dockerfile under path `.devontainer` to create a container image, dev container images that you could easily use in VS Code. In case you prefer other IDE like Clion, you can also build it and use for the IDE you like.
5+
Now WAMR has a Dockerfile under path `.devcontainer` to create a container image, dev container images that you could easily use in VS Code. In case you prefer other IDE like Clion, you can also build it and use for the IDE you like.
66

77
## How to use it
88

@@ -22,4 +22,4 @@ If you encounter any problems or get stuck somewhere, may this video [demo](http
2222

2323
[Remote development with Docker in VS Code](https://code.visualstudio.com/docs/remote/containers#_getting-started)
2424

25-
[What is dev container image in VS Code](https://code.visualstudio.com/docs/remote/containers#_prebuilding-dev-container-images)
25+
[What is dev container image in VS Code](https://code.visualstudio.com/docs/remote/containers#_prebuilding-dev-container-images)

0 commit comments

Comments
 (0)