From 4e40256c94eb9770ecf87c8532d3f575d56f4f15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:42:20 +0100 Subject: [PATCH] docs: update contribute doc (#49) Co-authored-by: github-actions --- community/contribute.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/contribute.mdx b/community/contribute.mdx index 4168737..b8b27ce 100644 --- a/community/contribute.mdx +++ b/community/contribute.mdx @@ -167,7 +167,7 @@ To run the unit tests for a specific crate, from the root of the repository run: cargo test --package --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 with the name of the crate to test, e.g. `cargo-shuttle`