Skip to content

Commit 898736b

Browse files
Merge pull request #1610 from callmehiphop/doc-linting
fix linting issues
2 parents def0a84 + a29bd91 commit 898736b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/google-cloud/src/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,9 @@ var apis = {
389389
* @constructor
390390
*
391391
* @param {object} options - Configuration object.
392-
* @param {string} options.projectId - The project ID from the Google Developer's
393-
* Console, e.g. 'grape-spaceship-123'. We will also check the environment
394-
* variable `GCLOUD_PROJECT` for your project ID.
392+
* @param {string} options.projectId - The project ID from the Google
393+
* Developer's Console, e.g. 'grape-spaceship-123'. We will also check the
394+
* environment variable `GCLOUD_PROJECT` for your project ID.
395395
* @param {string} options.keyFilename - Full path to the a .json, .pem, or .p12
396396
* key downloaded from the Google Developers Console. NOTE: .pem and .p12
397397
* require you to specify `options.email` as well.

0 commit comments

Comments
 (0)