Skip to content

Commit 8ba17e9

Browse files
nikgrafCopilot
andauthored
Update docs/docs/query-public-data.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4d799f5 commit 8ba17e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/query-public-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ await Space.findManyPublic({
4040

4141
## useEntities
4242

43-
In order to query private data, you need to pass in the schema type and set the mode to `public`.
43+
In order to query public data, you need to pass in the schema type and set the mode to `public`.
4444

4545
```ts
4646
import { useEntities } from '@graphprotocol/hypergraph-react';

0 commit comments

Comments
 (0)