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=
```

View File

@ -47,7 +47,7 @@ reflex init
reflex run
```
http://localhost:3000에서 앱이 실행됩니다.
http://localhost:3000 에서 앱이 실행 됩니다.
이제 `my_app_name/my_app_name.py`에서 소스코드를 수정할 수 있습니다. Reflex는 빠른 새로고침을 지원하므로 코드를 저장할 때마다 즉시 변경 사항을 볼 수 있습니다.