diff --git a/docs/CONTRIBUTE.MD b/docs/CONTRIBUTE.MD index d261c8e..c814df7 100644 --- a/docs/CONTRIBUTE.MD +++ b/docs/CONTRIBUTE.MD @@ -22,7 +22,7 @@ cargo install cargo-llvm-cov rustup component add llvm-tools-preview ``` -If you are using goverage gutters plugin, add these config to let it know lcov output. +If you are using coverage gutters plugin, add these config to let it know lcov output. ```json { "coverage-gutters.coverageFileNames": [ @@ -30,4 +30,4 @@ If you are using goverage gutters plugin, add these config to let it know lcov o ], "coverage-gutters.coverageBaseDir": "target/llvm-cov-target", } -``` \ No newline at end of file +```