Skip to content

Commit e3fd384

Browse files
fix(docs): update CONTRIBUTE.MD (#579)
1 parent 8d33b15 commit e3fd384

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONTRIBUTE.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ cargo install cargo-llvm-cov
2222
rustup component add llvm-tools-preview
2323
```
2424

25-
If you are using goverage gutters plugin, add these config to let it know lcov output.
25+
If you are using coverage gutters plugin, add these config to let it know lcov output.
2626
```json
2727
{
2828
"coverage-gutters.coverageFileNames": [
2929
"coverage.lcov",
3030
],
3131
"coverage-gutters.coverageBaseDir": "target/llvm-cov-target",
3232
}
33-
```
33+
```

0 commit comments

Comments
 (0)