mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-12-18 19:24:21 +08:00
[Docs] fix spelling
This commit is contained in:
committed by
Jordan Harband
parent
d6fa67166c
commit
2859a19bbd
@@ -508,7 +508,7 @@ To make the development and testing work easier, we have a Dockerfile for develo
|
||||
$ docker build -t nvm-dev .
|
||||
```
|
||||
|
||||
This will package your current nvm repository with our pre-defiend development environment into a docker image named `nvm-dev`, once it's built with success, validate your image via `docker images`:
|
||||
This will package your current nvm repository with our pre-defined development environment into a docker image named `nvm-dev`, once it's built with success, validate your image via `docker images`:
|
||||
|
||||
```sh
|
||||
$ docker images
|
||||
|
||||
Reference in New Issue
Block a user