Skip to content

Commit e663b24

Browse files
authored
Update transactional-writes.mdx typo (#816)
1 parent 3761481 commit e663b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/interacting/transactional-writes.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ And if you want to convert this `tweet` to private, you would need to delete tha
138138

139139
By removing the tuple, we made the tweet visible to no-one, which may not be what we want.
140140

141-
The Write API allows you to send up to 10 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.
141+
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.
142142

143143
<WriteRequestViewer
144144
relationshipTuples={[

0 commit comments

Comments
 (0)