From df886af0f52474a96190f0a3c77d9e10db4272af Mon Sep 17 00:00:00 2001 From: manNomi Date: Mon, 13 Jul 2026 02:52:08 +0900 Subject: [PATCH] doc: fix spelling in devcontainer guide Signed-off-by: manNomi --- 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 bd118d03d027d5..77483b87c4abb6 100644 --- a/doc/contributing/using-devcontainer.md +++ b/doc/contributing/using-devcontainer.md @@ -2,7 +2,7 @@ Node.js publishes a [nightly image on DockerHub](https://hub.docker.com/r/nodejs/devcontainer) for [Dev Containers](https://containers.dev/) that can be used to spin up a -development container that comes with pre-installed build dependencies and pre-genreated build cache. +development container that comes with pre-installed build dependencies and pre-generated build cache. When you need to test a few changes in the main branch and do not need to change the V8 headers (which is rare), using the nightly image will allow you to compile your