From 688bdfa0770598dce308522b8444bf3b70a6c77e Mon Sep 17 00:00:00 2001 From: Bora <88664069+BORA040126@users.noreply.github.com> Date: Mon, 31 Jul 2023 02:14:48 +0900 Subject: [PATCH] =?UTF-8?q?ko:html=20=EB=94=94=EB=B2=84=EA=B9=85=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EC=98=A4=ED=83=80=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?(#14743)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 오타 수정 * 오타 수정 * Update files/ko/learn/html/introduction_to_html/debugging_html/index.md --------- Co-authored-by: hochan Lee --- .../ko/learn/html/introduction_to_html/debugging_html/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/ko/learn/html/introduction_to_html/debugging_html/index.md b/files/ko/learn/html/introduction_to_html/debugging_html/index.md index 304f394b3905f6..4ac837f75c4969 100644 --- a/files/ko/learn/html/introduction_to_html/debugging_html/index.md +++ b/files/ko/learn/html/introduction_to_html/debugging_html/index.md @@ -37,7 +37,7 @@ HTML을 작성을 할 수 있지만, 문제가 생겼을 때 코드의 오류가 ## 디버깅은 무섭지 않아요 -여러분이 원하든 원하지않든 무언가 잘못되면 코드가 동작하지 않거나 검파일 애러가 나는 무시무시한 순간이 다가옵니다. 다음과 같이 말이죠 +여러분이 원하든 원하지않든 무언가 잘못되면 코드가 동작하지 않거나 컴파일 오류가 나는 무시무시한 순간이 다가옵니다. 다음과 같이 말이죠 아래는 [Rust](https://www.rust-lang.org/) 언어로 작성된 간단한 프로그램을 {{glossary ( "compile")}}할 때 발생한 오류를 보여줍니다.