aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/console/debug
diff options
context:
space:
mode:
authoriamgamja <hmmthinking@naver.com>2022-02-20 16:53:53 +0900
committerSungwoo Park <codest99@gmail.com>2022-02-20 18:36:04 +0900
commit98912f67837009489e12d1a950444fdf560ac0d9 (patch)
tree53b0aab10ed441d307a156c917a7366eb73022bd /files/ko/web/api/console/debug
parent2aa763f8fae4fc46bbbfd5b012f865afa69c068b (diff)
downloadtranslated-content-98912f67837009489e12d1a950444fdf560ac0d9.tar.gz
translated-content-98912f67837009489e12d1a950444fdf560ac0d9.tar.bz2
translated-content-98912f67837009489e12d1a950444fdf560ac0d9.zip
edit: 리뷰된 내용 적용
Diffstat (limited to 'files/ko/web/api/console/debug')
-rw-r--r--files/ko/web/api/console/debug/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/console/debug/index.md b/files/ko/web/api/console/debug/index.md
index 2f3e0daa1c..79e457b0b4 100644
--- a/files/ko/web/api/console/debug/index.md
+++ b/files/ko/web/api/console/debug/index.md
@@ -36,7 +36,7 @@ console.debug(msg [, subst1, ..., substN]);
- `msg`
- : 0개 이상의 치환 문자열을 포함하는 JavaScript 문자열. `subst1`부터 `substN`까지 순서대로 치환됩니다.
- `subst1` ... `substN`
- - : `msg` 매개변수의 치환 문자열에 대체할 JavaScript 객체. 출력 형식에 추가 제어를 할 수 있게 해줍니다. 치환 작동 방식에 대한 설명은 [문자열 치환 사용하기](/ko/docs/Web/API/console#문자열_치환_사용하기)를 참조하세요.
+ - : `msg` 매개변수의 치환 문자열에 대체할 JavaScript 객체. 출력 형식에 추가 제어를 할 수 있게 해줍니다. 치환 작동 방식에 대한 설명은 [console](/ko/docs/Web/API/console) 문서의 [문자열 치환 사용하기](/ko/docs/Web/API/console#문자열_치환_사용하기)를 참조하세요.
## 명세