Skip to content

Commit af6f0a4

Browse files
committed
docs: fix typo in createRoot reference (duplicate 은)
1 parent 759ab93 commit af6f0a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ root.render(<App />);
156156
<html>
157157
<head><title>My app</title></head>
158158
<body>
159-
<!-- 이것은은 DOM 노드입니다. -->
159+
<!-- 이것은 DOM 노드입니다. -->
160160
<div id="root"></div>
161161
</body>
162162
</html>

0 commit comments

Comments
 (0)