Skip to content

Commit

Permalink
docs: update contribute doc (#49)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions authored Mar 7, 2023
1 parent 18d612a commit 4e40256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/contribute.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ To run the unit tests for a specific crate, from the root of the repository run:
cargo test --package <crate-name> --all-features --lib -- --nocapture
```

To run the integration tests for a spesific crate (if it has any), from the root of the repository run:
To run the integration tests for a specific crate (if it has any), from the root of the repository run:

```bash
# replace <crate-name> with the name of the crate to test, e.g. `cargo-shuttle`
Expand Down

0 comments on commit 4e40256

Please sign in to comment.