Skip to content

Commit 3ccf52b

Browse files
committed
fix: language in public space publishing docs
1 parent dc75818 commit 3ccf52b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/publishing-public-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const { result } = publishOps({
3939
});
4040
```
4141

42-
Additionally, we export a `usePublishToPublishSpace` hook which abstracts the above functionality into a single function call. This function internally uses React Query's useMutate hook, so you have access to all of the same state machine and callback functions.
42+
Additionally, we export a `usePublishToPublishSpace` hook which abstracts the above functionality into a single function call. This function internally uses React Query's useMutate hook, so you have access to the same state machine and callback functions.
4343

4444
```tsx
4545
import { usePublishToPublicSpace, useHypergraphApp } from "@graphprotocol/hypergraph-react";

0 commit comments

Comments
 (0)