diff options
author | Daehan Choi <56185749+vitamaxDH@users.noreply.github.com> | 2022-02-26 03:12:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 10:12:32 +0900 |
commit | 2c5fad84705a32a9773a8d9dcf13b033ff1ca2f2 (patch) | |
tree | e5e7f43a7441b7b0525b178b27456933cdd1e48c | |
parent | 86d217566572ffcb8488ebc7a42d9c750d2244e9 (diff) | |
download | translated-content-2c5fad84705a32a9773a8d9dcf13b033ff1ca2f2.tar.gz translated-content-2c5fad84705a32a9773a8d9dcf13b033ff1ca2f2.tar.bz2 translated-content-2c5fad84705a32a9773a8d9dcf13b033ff1ca2f2.zip |
Update index.html (#4277)
There was a typo
-rw-r--r-- | files/ko/glossary/mvc/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/glossary/mvc/index.html b/files/ko/glossary/mvc/index.html index 64b3a40e9d..9d2bf7d4a2 100644 --- a/files/ko/glossary/mvc/index.html +++ b/files/ko/glossary/mvc/index.html @@ -35,7 +35,7 @@ translation_of: Glossary/MVC <p>뷰는 앱의 데이터를 보여주는 방식을 정의합니다.</p> -<p>쇼핑 리스트 앱에서, 뷰는 항목이 사용자게에 보여지는 방식을 정의하며, 표시할 데이터를 모델로부터 받습니다.</p> +<p>쇼핑 리스트 앱에서, 뷰는 항목이 사용자에게 보여지는 방식을 정의하며, 표시할 데이터를 모델로부터 받습니다.</p> <h3 id="컨트롤러">컨트롤러</h3> |