Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/contributing/using-devcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading