From 09c7825cf2dfa5a64a9c28e36ac2004bf5aa945a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Freitas?= Date: Mon, 15 Jul 2024 10:56:46 +0100 Subject: [PATCH] Update devcontainer.md --- doc/devcontainer.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/devcontainer.md b/doc/devcontainer.md index b75f13ec97..65458a3d51 100644 --- a/doc/devcontainer.md +++ b/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. -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 @@ -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) -[What is dev container image in VS Code](https://code.visualstudio.com/docs/remote/containers#_prebuilding-dev-container-images) \ No newline at end of file +[What is dev container image in VS Code](https://code.visualstudio.com/docs/remote/containers#_prebuilding-dev-container-images)