We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddd6f8 commit 0d9cc86Copy full SHA for 0d9cc86
README.md
@@ -46,7 +46,7 @@ func main() {
46
authURL, _ := client.GetAuthorizationURL(requestToken)
47
fmt.Println(authURL)
48
49
- // Waiting for the user to follow the authorization link and grant rights to the applicationю
+ // Waiting for the user to follow the authorization link and grant rights to the application
50
fmt.Scanln()
51
52
auth, err := client.Authorize(ctx, requestToken)
0 commit comments