fix(docs): update CONTRIBUTE.MD (#579)

This commit is contained in:
Thiago Martins 2025-12-09 22:33:22 -03:00 committed by GitHub
parent 8d33b155b6
commit e3fd384a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",
}
```
```