Skip to content

Commit 60cd777

Browse files
authored
docs: update react getting-started.md (#4662)
Update getting-started.md
1 parent 72e6a7b commit 60cd777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/react/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ By registering or using the hook `config` property, `useBlockNumber`'s `chainId`
118118

119119
### Wrap App in Context Provider
120120

121-
Wrap your app in the `WagmiProvider` React Context Provider and pass the `config` you created earlier to the `value` property.
121+
Wrap your app in the `WagmiProvider` React Context Provider and pass the `config` you created earlier to the `config` property.
122122

123123
::: code-group
124124
```tsx [app.tsx]

0 commit comments

Comments
 (0)