Skip to content

Commit 7b52627

Browse files
author
bsteyca
committed
fix error in README.md
1 parent 1c6724f commit 7b52627

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ scopes = ['https://www.googleapis.com/auth/cloud-platform',
3434
'https://www.googleapis.com/auth/compute']
3535
authorization = Google::Auth.get_application_default(scopes)
3636

37-
# Add the the access token obtained using the authorization to a hash, e.g
37+
# Add the access token obtained using the authorization to a hash, e.g
3838
# headers.
3939
some_headers = {}
4040
authorization.apply(some_headers)

0 commit comments

Comments
 (0)