From 94e54a129f7bdf7857d03a283bca332c59626efa Mon Sep 17 00:00:00 2001 From: Codex Date: Sat, 11 Apr 2026 09:53:36 +0800 Subject: [PATCH] doc: fix typo in devcontainer guide Signed-off-by: Codex --- doc/contributing/using-devcontainer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/using-devcontainer.md b/doc/contributing/using-devcontainer.md index 37f4771489a114..bd118d03d027d5 100644 --- a/doc/contributing/using-devcontainer.md +++ b/doc/contributing/using-devcontainer.md @@ -13,7 +13,7 @@ The Dev Container also allows you to test your changes in a different operating third-party code from bug reports safely with your work-in-progress Node.js branches in an isolated environment. There are many command line tools, IDEs and services that [support Dev Containers](https://containers.dev/supporting). -Among them, [Visual Studio Code (VS Code)](https://code.visualstudio.com/) is a very popuplar option. +Among them, [Visual Studio Code (VS Code)](https://code.visualstudio.com/) is a very popular option. This guide will walk you through the steps to set up a Dev Container for Node.js development using VS Code. You should be able to use the same [`nodejs/devcontainer:nightly` image](https://hub.docker.com/r/nodejs/devcontainer) in other tools and services using generally similar steps.