Skip to content

Commit

Permalink
Update DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkircos authored Nov 6, 2024
1 parent 3fb7db0 commit 853c8f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ defined, along with configuration information, in the `docker compose.yml` file.
Services can talk to each other and can communicate with services in the user's host
network.

To pull up the Docker network with just the required depedencies (Redis, Postgres, Localstack):
To pull up the Docker network with just the required dependencies (Redis, Postgres, Localstack):

```shell
npm run docker:up
Expand Down Expand Up @@ -234,7 +234,7 @@ To run coverage and generate HTML reports, bring up the docker network
npm run coverage
```

Coverage infomration will be available in the generated `coverage` folder located at `coverage/html/index.html`.
Coverage information will be available in the generated `coverage` folder located at `coverage/html/index.html`.

## Linting

Expand Down

0 comments on commit 853c8f9

Please sign in to comment.