diff --git a/docs/cli-usage.md b/docs/cli-usage.md index 3cd771b8..ac9e4b16 100644 --- a/docs/cli-usage.md +++ b/docs/cli-usage.md @@ -48,8 +48,6 @@ This will output a report to `./work/ex/default/index.html`. If you want to clean things up you can use the following commands: ```bash -# delete all the target directories -cargo run -- delete-all-target-dirs # delete all results directories cargo run -- delete-all-results # remove a specific experiment diff --git a/docs/report-triage.md b/docs/report-triage.md index e0089a72..c80c0641 100644 --- a/docs/report-triage.md +++ b/docs/report-triage.md @@ -36,7 +36,7 @@ The template (for crates.io crates or git repos) is: ``` When in doubt about a regression, file an issue. It's best to force the Rust -developers to aknowledge the regression that to let it slip through. +developers to acknowledge the regression than to let it slip through. ## Triaging regressions @@ -68,7 +68,7 @@ For example, if the crate `foo` has a flaky test suite you should add this line in the configuration file (possibly sorting it): ```toml -flaky = { skip-tests = true } # flaky test suite +foo = { skip-tests = true } # flaky test suite ``` A comment should always be added (on the same line) to briefly explain why the