diff --git a/language/nodejs/run-tests.md b/language/nodejs/run-tests.md index a295b511c3..1e610f7027 100644 --- a/language/nodejs/run-tests.md +++ b/language/nodejs/run-tests.md @@ -97,7 +97,7 @@ When you run the tests, you should get an error like the following: sh: mocha: not found ``` -The current Dockefile does not install dev dependencies in the image, so mocha cannot be found. To fix this, you can update the Dockerfile to install the dev dependencies. +The current Dockerfile does not install dev dependencies in the image, so mocha cannot be found. To fix this, you can update the Dockerfile to install the dev dependencies. ```dockerfile # syntax=docker/dockerfile:1