Skip to content

Commit 03cd5e2

Browse files
committed
fix: typo in readme
1 parent b38e829 commit 03cd5e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ Similar to [check](#check), but instead of checking a single user-object relatio
747747
> Passing `ClientBatchCheckOptions` is optional. All fields of `ClientBatchCheckOptions` are optional.
748748
749749
```java
750-
var reequst = new ClientBatchCheckRequest().checks(
750+
var request = new ClientBatchCheckRequest().checks(
751751
List.of(
752752
new ClientBatchCheckItem()
753753
.user("user:81684243-9356-4421-8fbf-a4f8d36aa31b")
@@ -775,7 +775,7 @@ var reequst = new ClientBatchCheckRequest().checks(
775775
.user("user:81684243-9356-4421-8fbf-a4f8d36aa31b")
776776
.relation("creator")
777777
._object("document:0192ab2a-d83f-756d-9397-c5ed9f3cb69a")
778-
.correlationId("cor-3), // optional, one will be generated for you if not provided
778+
.correlationId("cor-3"), // optional, one will be generated for you if not provided
779779
new ClientCheckRequest()
780780
.user("user:81684243-9356-4421-8fbf-a4f8d36aa31b")
781781
.relation("deleter")

0 commit comments

Comments
 (0)