Skip to content

Commit 40af4e1

Browse files
committed
Merge pull request #3 from GoogleCloudPlatform/update-comments
Be more explicit with my english.
2 parents 2142bc3 + d28612a commit 40af4e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud-storage/authSample.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ function listBuckets(projectId, callback) {
3030
}
3131

3232
// Depending on the environment that provides the default credentials
33-
// (eg Compute Engine, App Engine), the credentials may require us to
34-
// specify the scopes we need explicitly.
33+
// (e.g. Compute Engine, App Engine), the credentials retrieved may require
34+
// you to specify the scopes you need explicitly.
3535
// Check for this case, and inject the Cloud Storage scope if required.
3636
if (authClient.createScopedRequired &&
3737
authClient.createScopedRequired()) {

0 commit comments

Comments
 (0)