From d28612a2d2fa286316a2ca0c5bd73ff5c1a183ae Mon Sep 17 00:00:00 2001 From: Jerjou Cheng Date: Mon, 17 Aug 2015 16:06:15 -0700 Subject: [PATCH] Be more explicit with my english. --- cloud-storage/authSample.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-storage/authSample.js b/cloud-storage/authSample.js index 46de8743fd..a9c7429c85 100644 --- a/cloud-storage/authSample.js +++ b/cloud-storage/authSample.js @@ -30,8 +30,8 @@ function listBuckets(projectId, callback) { } // Depending on the environment that provides the default credentials - // (eg Compute Engine, App Engine), the credentials may require us to - // specify the scopes we need explicitly. + // (e.g. Compute Engine, App Engine), the credentials retrieved may require + // you to specify the scopes you need explicitly. // Check for this case, and inject the Cloud Storage scope if required. if (authClient.createScopedRequired && authClient.createScopedRequired()) {