docs: revise typo in korean README and common CONTRIBUTING readme (#2160)

This commit is contained in:
Younghun 2023-11-14 05:58:19 +09:00 committed by GitHub
parent 27b09132b5
commit 8b935862c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ Once you solve a current issue or improvement to Reflex, you can make a PR, and
Before submitting, a pull request, ensure the following steps are taken and test passing.
In your `reflex` directory run make sure all the unit tests are still passing using the following command.
This will fail if code coverage is below 80%.
This will fail if code coverage is below 70%.
``` bash
poetry run pytest tests --cov --no-cov-on-fail --cov-report=
```