Skip to content

Commit e757720

Browse files
committed
docs(i18n-ko): translate diagram title for context providing data to the tree
1 parent e8668e3 commit e757720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/learn/passing-data-deeply-with-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,13 @@ Context는 부모가 트리 내부 전체에, 심지어 멀리 떨어진 컴포
214214

215215
<Diagram name="passing_data_context_close" height={160} width={608} captionPosition="top" alt="Diagram with a tree of three components. The parent contains a bubble representing a value highlighted in orange which projects down to the two children, each highlighted in orange." >
216216

217-
Using context in close children
217+
Context를 가까운 자식 컴포넌트에서 사용하기
218218

219219
</Diagram>
220220

221221
<Diagram name="passing_data_context_far" height={430} width={608} captionPosition="top" alt="Diagram with a tree of ten nodes, each node with two children or less. The root parent node contains a bubble representing a value highlighted in orange. The value projects down directly to four leaves and one intermediate component in the tree, which are all highlighted in orange. None of the other intermediate components are highlighted.">
222222

223-
Using context in distant children
223+
Context를 먼 자식 컴포넌트에서 사용하기
224224

225225
</Diagram>
226226

0 commit comments

Comments
 (0)