Skip to content

Commit b2a0563

Browse files
authored
chore: fix typo linking to config page
1 parent 2b3fc1b commit b2a0563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/interacting/transactional-writes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ curl -X POST 'http://localhost:8080/stores/{store_id}/write' \
167167

168168
</details>
169169

170-
By default, the Write API allows you to send up to 100 unique tuples in the request (This limit applies to the sum of both writes and deletes in that request). This means we can submit one API call that converts the `tweet` from public to visible to only the `user`'s followers. This limit can be configured on the server by specifying the [`--max-tuples-per-write`](./configuration.mdx#OPENFGA_MAX_TUPLES_PER_WRITE) config value).
170+
By default, the Write API allows you to send up to 100 unique tuples in the request (This limit applies to the sum of both writes and deletes in that request). This means we can submit one API call that converts the `tweet` from public to visible to only the `user`'s followers. This limit can be configured on the server by specifying the [`--max-tuples-per-write`](../getting-started/configuration.mdx#OPENFGA_MAX_TUPLES_PER_WRITE) config value).
171171

172172
<WriteRequestViewer
173173
relationshipTuples={[

0 commit comments

Comments
 (0)