Skip to content

Commit c863b37

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

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
@@ -90,7 +90,7 @@ const { data: project } = useEntity(Project, {
9090
- `relationSpaces` controls which spaces are searched for the relation edges themselves (`relations`/`backlinks`). Pass an array to whitelist specific spaces, `'all'` to drop the filter entirely, or `[]` if you intentionally want the branch to match nothing.
9191
- `valueSpaces` applies the same override to the `valuesList` lookups for the related entities. This lets you fetch relation edges from one space while trusting the canonical values that live in another.
9292

93-
Each nested branch can have its own `_config` settings,so you can attach `_config` anywhere within the two supported include levels. Mix and match the settings per branch to stitch together data that spans multiple public spaces without issuing separate queries.
93+
Each nested branch can have its own `_config` settings, so you can attach `_config` anywhere within the two supported include levels. Mix and match the settings per branch to stitch together data that spans multiple public spaces without issuing separate queries.
9494

9595
### Accessing space IDs
9696

0 commit comments

Comments
 (0)