Skip to content

Commit 0d9cc86

Browse files
committed
README.md: fix grammatical error
1 parent 5ddd6f8 commit 0d9cc86

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
@@ -46,7 +46,7 @@ func main() {
4646
authURL, _ := client.GetAuthorizationURL(requestToken)
4747
fmt.Println(authURL)
4848

49-
// Waiting for the user to follow the authorization link and grant rights to the applicationю
49+
// Waiting for the user to follow the authorization link and grant rights to the application
5050
fmt.Scanln()
5151

5252
auth, err := client.Authorize(ctx, requestToken)

0 commit comments

Comments
 (0)