Skip to content

fix(docs): correct aggreagteOrder typo in GraphQL guide - #206

Merged
anukiransolur merged 1 commit into
mainfrom
fix/aggregate-order-typo
Aug 13, 2026
Merged

fix(docs): correct aggreagteOrder typo in GraphQL guide#206
anukiransolur merged 1 commit into
mainfrom
fix/aggregate-order-typo

Conversation

@jackchuka

Copy link
Copy Markdown
Member

Corrects aggreagteOrderaggregateOrder in docs/getting-started/graphql.md (lines 338 and 349).

Why

The platform's generated aggregation query is aggregate<TableName>, and the same section spells it correctly for the sibling example (aggregateProduct, lines 322 and 330). aggreagteOrder is not a real API name, so anyone copy-pasting the GraphQL snippet gets an unknown-field error.

How it was found

Renovate PR #194 bumps crate-ci/typos v1.48.0 → v1.49.0, and its typo-check job fails on exactly this word, twice. The v1.49.0 dictionary added the aggreagte misspelling family:

v1.48.0 words.csv → "aggreagte" ABSENT
v1.49.0 words.csv → aggreagte,aggregate
                    aggreagted,aggregated
                    aggreagtes,aggregates

v1.48.0 only carried the different aggreagate family (extra a), which is why the existing content passed until now.

Sequencing

The typo is on main, not on the Renovate branch, so this needs to land first — then #194 can be rebased and will go green. If #194 merges before this, every subsequent PR in the repo will fail typo-check until this lands.

Deliberately not allowlisting the word in _typos.toml: the detection is correct, and suppressing it would leave a broken code sample in the published docs.

@jackchuka
jackchuka force-pushed the fix/aggregate-order-typo branch from 0214533 to ac8083c Compare August 13, 2026 02:54
@jackchuka
jackchuka marked this pull request as ready for review August 13, 2026 02:55
@jackchuka
jackchuka requested a review from a team as a code owner August 13, 2026 02:55
@anukiransolur
anukiransolur merged commit fb5ac75 into main Aug 13, 2026
3 checks passed
@anukiransolur
anukiransolur deleted the fix/aggregate-order-typo branch August 13, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants