diff --git a/packages/documentation/copy/en/developer/Regression Tests.md b/packages/documentation/copy/en/developer/Regression Tests.md index f6f576a2b..061206489 100644 --- a/packages/documentation/copy/en/developer/Regression Tests.md +++ b/packages/documentation/copy/en/developer/Regression Tests.md @@ -24,7 +24,7 @@ To run only the integration tests for one target, we provide the `targetTest` gr ``` ./gradlew targetTest -Ptarget=Rust ``` -You can specify any valid target. If you run the task without specifying the target property `./gradlew tagetTest` it will produce an error message and list all available targets. +You can specify any valid target. If you run the task without specifying the target property `./gradlew targetTest` it will produce an error message and list all available targets. The `targetTest` task is essentially a convenient shortcut for the following: