Skip to content

Commit

Permalink
Fix typo in CONTRIBUTING.md (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraft authored Apr 2, 2021
1 parent fee5fb6 commit f4384a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ All PR titles should start with Upper case.
## Testing

Run all the tests (including integration tests, requiring you are running a server locally - see
[here]https://github.com/temporalio/temporal/blob/master/CONTRIBUTING.md()) with coverage and race detector enabled:
[here](https://github.com/temporalio/temporal/blob/master/CONTRIBUTING.md) with coverage and race detector enabled:

```bash
make test
Expand Down

0 comments on commit f4384a5

Please sign in to comment.