Skip to content

Commit a0a5aca

Browse files
committed
wip
1 parent 1e1d383 commit a0a5aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/useContext.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Form() {
8181
}
8282
```
8383
84-
プロバイダと `Button` の間に何層のコンポーネントがあっても問題ありません。Form 内の*どこかの* `Button``useContext(ThemeContext)` を呼び出すと、`"dark"` が値として受け取られます
84+
プロバイダと `Button` の間にどれだけ多くのコンポーネントの層があっても関係ありません。`Form` の内部の*どこか*で `Button``useContext(ThemeContext)` を呼び出すとき、値として`"dark"`を受け取ります
8585
8686
<Pitfall>
8787

0 commit comments

Comments
 (0)