Skip to content

Commit c3ee144

Browse files
authored
docs: update README.md (#6)
1 parent 7a8e271 commit c3ee144

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const isAuthorized = await check({
1919
context,
2020
});
2121

22-
if (!isAuthorization) {
22+
if (!isAuthorized) {
2323
throw new Error("You are not authorized");
2424
}
2525
```
@@ -214,7 +214,7 @@ const isAuthorized = await check({
214214
context,
215215
}); // boolean
216216

217-
if (!isAuthorization) {
217+
if (!isAuthorized) {
218218
throw new Error("Not Authorized!");
219219
}
220220
```

0 commit comments

Comments
 (0)