Skip to content

Commit 96af763

Browse files
providers: 'you' was missing
1 parent d977066 commit 96af763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const App = () => {
5656
5757
## HypergraphSpaceProvider
5858
59-
Whenever interact with a space you need to provide the space ID. In order providing the space ID to every hook e.g. useSpace, useQuery, useCreateEntity, etc. you can use the `HypergraphSpaceProvider` to wrap a section of your app with the space ID.
59+
Whenever you interact with a space you need to provide the space ID. In order providing the space ID to every hook e.g. useSpace, useQuery, useCreateEntity, etc. you can use the `HypergraphSpaceProvider` to wrap a section of your app with the space ID.
6060
6161
```tsx
6262
import { HypergraphSpaceProvider } from "@graphprotocol/hypergraph-react";

0 commit comments

Comments
 (0)