Skip to content

Commit

Permalink
docs: fix "are be" (#8032)
Browse files Browse the repository at this point in the history
are
  • Loading branch information
kirkwaiblinger committed Dec 7, 2023
1 parent 705370a commit ee158a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/Local_Development.mdx
Expand Up @@ -64,7 +64,7 @@ You can run `yarn test` in any package to run its tests.
#### Code Coverage

We aim for 100% code coverage in all PRs when possible, except in the `website/` package.
Coverage reports are be generated locally whenever `yarn test` is run.
Coverage reports are generated locally whenever `yarn test` is run.

The `codecov` bot should also comment on your PR with the percentage, as well as links to the line-by-line coverage of each file touched by your PR.

Expand Down

0 comments on commit ee158a6

Please sign in to comment.