Skip to content

Commit 0af87c7

Browse files
authored
Update createRoot.md
1 parent 9f2482d commit 0af87c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/client/createRoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ const root = createRoot(container, {
374374
<CodeStep step={1}>onCaughtError</CodeStep> 옵션은 다음 두 개의 인자를 받는 함수입니다.
375375
376376
1. 발생한 <CodeStep step={2}>error</CodeStep> 객체.
377-
2. 오류의 <CodeStep step={4}>componentStack</CodeStep> 속성을 포함한 <CodeStep step={3}>errorInfo</CodeStep> 객체.
377+
2. 오류의 <CodeStep step={4}>componentStack</CodeStep> 정보를 포함한 <CodeStep step={3}>errorInfo</CodeStep> 객체.
378378
379379
`onUncaughtError``onRecoverableError`를 함께 사용하면, 사용자 정의 오류 보고 시스템을 구현할 수 있습니다.
380380

0 commit comments

Comments
 (0)