Skip to content

Commit 3d58b70

Browse files
committed
docs(i18n-ko): Remove leftover English sentences
1 parent e757720 commit 3d58b70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -478,8 +478,6 @@ export default function Section({ level, children }) {
478478

479479
이것은 React에게 `Section` 내의 어떤 컴포넌트가 `LevelContext`를 요구하면 `level`을 주라고 알려줍니다. 컴포넌트는 그 위에 있는 UI 트리에서 가장 가까운 `<LevelContext.Provider>`의 값을 사용합니다.
480480

481-
This tells React: "if any component inside this `<Section>` asks for `LevelContext`, give them this `level`." The component will use the value of the nearest `<LevelContext>` in the UI tree above it.
482-
483481
<Sandpack>
484482

485483
```js

0 commit comments

Comments
 (0)