Merge pull request #17792 from peterhauke/patch-5

Fix typo
This commit is contained in:
Chris Chinchilla 2023-07-21 12:46:13 +02:00 committed by GitHub
commit 222cb1e05c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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