Skip to content

Commit 9a0382b

Browse files
authored
(chore): fix README.md (#146)
1 parent 472bac9 commit 9a0382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const authorizeUrl = WebflowClient.authorizeURL({
8585
state: "your_state",
8686
scope: "sites:read",
8787
clientId: "your_client_id",
88-
redirctUri: "your_redirect_uri",
88+
redirectUri: "your_redirect_uri",
8989
});
9090

9191
console.log(authorizeUrl);

0 commit comments

Comments
 (0)