Skip to content

Commit f50fdc7

Browse files
committed
Fixing typos
1 parent 08fbc3e commit f50fdc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/blog/articles/installing-node-js

src/blog/articles/installing-node-js/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ This way you can install third-party modules using `npm`, create your own script
337337

338338
This is the perfect environment for quick and dirty experiments.
339339

340-
Note, that you can also use Doccker as a full environment for development and not just for quick tests. Docker is actually great for keeping different Node.js version and other dependencies isolated on a per-project basis. Exploring this opportunity goes beyond the scope of this article, but there is ton of reference on the web on how you might use Docker for this.
340+
Note, that you can also use Docker as a complete environment for development and not just for quick tests. Docker is actually great for keeping different Node.js version and other dependencies isolated on a per-project basis. Exploring this setup goes beyond the scope of this article, but there is ton of reference on the web about how you might use Docker for Node.js development.
341341

342342

343343
## Node.js online

0 commit comments

Comments
 (0)