Преглед изворни кода

Update devcontainer.md (#3628)

Tiny typo fix: from `.devontainer` to `.devcontainer`.
Luís Freitas пре 1 година
родитељ
комит
f1fabd5559
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      doc/devcontainer.md

+ 2 - 2
doc/devcontainer.md

@@ -2,7 +2,7 @@
 
 
 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. 
 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. 
 
 
-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.
+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.
 
 
 ## How to use it 
 ## How to use it 
 
 
@@ -22,4 +22,4 @@ If you encounter any problems or get stuck somewhere, may this video [demo](http
 
 
 [Remote development with Docker in VS Code](https://code.visualstudio.com/docs/remote/containers#_getting-started)
 [Remote development with Docker in VS Code](https://code.visualstudio.com/docs/remote/containers#_getting-started)
 
 
-[What is dev container image in VS Code](https://code.visualstudio.com/docs/remote/containers#_prebuilding-dev-container-images)
+[What is dev container image in VS Code](https://code.visualstudio.com/docs/remote/containers#_prebuilding-dev-container-images)