Skip to content

Commit 043357b

Browse files
committed
Tweaks
1 parent 115ea23 commit 043357b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/docs/guides/search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,9 +430,9 @@ The search endpoint accepts a `limit` parameter, with equivalent behavior to the
430430

431431
If a response contains a subset of the full result set, a cursor value is
432432
provided in the `next` property. Further results may be obtained by passing this
433-
value to the `cursor` property in a new request. When querying a cursor, the
434-
`sheets` and `query` parameters are ignored, as the cursor is already operating
435-
on a previous request's dataset.
433+
value to the `cursor` parameter in a new request. When querying with a cursor,
434+
the `sheets` and `query` parameters are ignored, as the cursor is already
435+
operating on a previous request's dataset.
436436

437437
[sheets-multiple-rows]: /docs/guides/sheets/#multiple-rows
438438

src/content/docs/docs/software.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These projects are directly used by, or form part of, XIVAPI itself.
3333
prior art of the SaintCoinach schema, finding and utilising the content found
3434
in sheets would be significantly harder.
3535

36-
[<Icon name="seti:graphql" class="inline-icon"/> Thaliak](https://thaliak.xiv.dev/)
36+
[<Icon name="external" class="inline-icon"/> Thaliak](https://thaliak.xiv.dev/)
3737
: The service that powers automatic version discovery throughout the API. With
3838
Thaliak, we can be sure that the API remains up to date with the latest game
3939
data.

0 commit comments

Comments
 (0)