Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfromundefined committed Nov 22, 2024
1 parent 66f18ec commit f420259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const isAuthorized = await check({
}); // boolean

if (!isAuthorization) {
throw new Error("Not Authorized!");
throw new Error("Not Authorized!!");
}
```

Expand Down

0 comments on commit f420259

Please sign in to comment.