docs: revise typo in korean README and common CONTRIBUTING readme (#2160)
This commit is contained in:
parent
27b09132b5
commit
8b935862c2
@ -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=
|
||||
```
|
||||
|
@ -47,7 +47,7 @@ reflex init
|
||||
reflex run
|
||||
```
|
||||
|
||||
http://localhost:3000에서 앱이 실행됩니다.
|
||||
http://localhost:3000 에서 앱이 실행 됩니다.
|
||||
|
||||
이제 `my_app_name/my_app_name.py`에서 소스코드를 수정할 수 있습니다. Reflex는 빠른 새로고침을 지원하므로 코드를 저장할 때마다 즉시 변경 사항을 볼 수 있습니다.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user