From: kkotipy Date: Fri, 4 Oct 2024 10:57:17 +0000 (+0900) Subject: 🌐 Fix Korean translation for `docs/ko/docs/tutorial/index.md` (#12278) X-Git-Tag: 0.115.1~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0030f1749e4e74a4cfd58f59d85f7c4c279d239d;p=thirdparty%2Ffastapi%2Ffastapi.git 🌐 Fix Korean translation for `docs/ko/docs/tutorial/index.md` (#12278) --- diff --git a/docs/ko/docs/tutorial/index.md b/docs/ko/docs/tutorial/index.md index d00a942f0e..a148bc76e9 100644 --- a/docs/ko/docs/tutorial/index.md +++ b/docs/ko/docs/tutorial/index.md @@ -30,7 +30,7 @@ $ uvicorn main:app --reload 코드를 작성하거나 복사, 편집할 때, 로컬 환경에서 실행하는 것을 **강력히 권장**합니다. -로컬 편집기에서 사용한다면, 모든 타입 검사와 자동완성 등 작성해야 하는 코드가 얼마나 적은지 보면서 FastAPI의 비로소 경험할 수 있습니다. +로컬 편집기에서 사용한다면, 모든 타입 검사와 자동완성 등 작성해야 하는 코드가 얼마나 적은지 보면서 FastAPI의 이점을 비로소 경험할 수 있습니다. ---