[Docs] fix spelling

This commit is contained in:
Josh Soref
2018-03-06 04:38:01 +00:00
committed by Jordan Harband
parent d6fa67166c
commit 2859a19bbd
7 changed files with 8 additions and 8 deletions

View File

@@ -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