Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Typo fix for dev guide README (#4347)
Browse files Browse the repository at this point in the history
* Typo fix

Signed-off-by: Bridget Kromhout <[email protected]>

* Update docs/development_guide/README.md

Co-authored-by: Jon Huhn <[email protected]>
Signed-off-by: Jon Huhn <[email protected]>

Co-authored-by: Delyan Raychev <[email protected]>
Co-authored-by: Jon Huhn <[email protected]>
  • Loading branch information
3 people authored Nov 9, 2021
1 parent aa6c60f commit 7297153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development_guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ and each change would be accompanied by a unit test.
To run all unit tests you can use the following `Makefile` target:

```bash
make go-tests
make go-test-coverage
```

You can run the tests exclusively for the package you are working on. For example the following command will
Expand Down

0 comments on commit 7297153

Please sign in to comment.