From d8c73d6f5681cecec9a9b12d6f1a1fe651457aee Mon Sep 17 00:00:00 2001 From: bsteyca Date: Thu, 6 Nov 2025 09:52:28 +0300 Subject: [PATCH] fix: error in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c72f209..7a8ff29d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ scopes = ['https://www.googleapis.com/auth/cloud-platform', 'https://www.googleapis.com/auth/compute'] authorization = Google::Auth.get_application_default(scopes) -# Add the the access token obtained using the authorization to a hash, e.g +# Add the access token obtained using the authorization to a hash, e.g # headers. some_headers = {} authorization.apply(some_headers)