From ee158a6533778094cb78d8446d5ee29793b440d8 Mon Sep 17 00:00:00 2001 From: kirkwaiblinger <53019676+kirkwaiblinger@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:34:45 -0700 Subject: [PATCH] docs: fix "are be" (#8032) are --- docs/contributing/Local_Development.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/Local_Development.mdx b/docs/contributing/Local_Development.mdx index 9b76bdb69b6..725e9354b32 100644 --- a/docs/contributing/Local_Development.mdx +++ b/docs/contributing/Local_Development.mdx @@ -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.