From e1ef553cebe848cdafe9ede9f7e922491727674a Mon Sep 17 00:00:00 2001 From: Jason Dobry Date: Tue, 27 Sep 2016 13:25:43 -0700 Subject: [PATCH] Fix comments. --- bigquery/quickstart.js | 2 +- datastore/quickstart.js | 2 +- logging/quickstart.js | 2 +- pubsub/quickstart.js | 2 +- storage/quickstart.js | 2 +- translate/quickstart.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bigquery/quickstart.js b/bigquery/quickstart.js index 8fdf6c1339..af2dac581f 100644 --- a/bigquery/quickstart.js +++ b/bigquery/quickstart.js @@ -14,7 +14,7 @@ 'use strict'; // [START bigquery_quickstart] -// Import and instantiate the Google Cloud client library +// Imports and instantiates the Google Cloud client library // for Google BigQuery const bigquery = require('@google-cloud/bigquery')({ projectId: 'YOUR_PROJECT_ID' diff --git a/datastore/quickstart.js b/datastore/quickstart.js index 4d56c5eee0..05feb6dc0a 100644 --- a/datastore/quickstart.js +++ b/datastore/quickstart.js @@ -14,7 +14,7 @@ 'use strict'; // [START datastore_quickstart] -// Import and instantiate the Google Cloud client library +// Imports and instantiates the Google Cloud client library // for Google Cloud Datastore const datastore = require('@google-cloud/datastore')({ projectId: 'YOUR_PROJECT_ID' diff --git a/logging/quickstart.js b/logging/quickstart.js index b9f69c1f34..0257750986 100644 --- a/logging/quickstart.js +++ b/logging/quickstart.js @@ -14,7 +14,7 @@ 'use strict'; // [START logging_quickstart] -// Import and instantiate the Google Cloud client library +// Imports and instantiates the Google Cloud client library // for Stackdriver Logging const logging = require('@google-cloud/logging')({ projectId: 'YOUR_PROJECT_ID' diff --git a/pubsub/quickstart.js b/pubsub/quickstart.js index 3853cfe46d..c6fd49246b 100644 --- a/pubsub/quickstart.js +++ b/pubsub/quickstart.js @@ -14,7 +14,7 @@ 'use strict'; // [START pubsub_quickstart] -// Import and instantiate the Google Cloud client library +// Imports and instantiates the Google Cloud client library // for Google Cloud Pub/Sub const pubsub = require('@google-cloud/pubsub')({ projectId: 'YOUR_PROJECT_ID' diff --git a/storage/quickstart.js b/storage/quickstart.js index 56ab0069a8..012344afe3 100644 --- a/storage/quickstart.js +++ b/storage/quickstart.js @@ -14,7 +14,7 @@ 'use strict'; // [START storage_quickstart] -// Import and instantiate the Google Cloud client library +// Imports and instantiates the Google Cloud client library // for Google Cloud Storage const storage = require('@google-cloud/storage')({ projectId: 'YOUR_PROJECT_ID' diff --git a/translate/quickstart.js b/translate/quickstart.js index 0b7a70d39f..46ce2607ca 100644 --- a/translate/quickstart.js +++ b/translate/quickstart.js @@ -14,7 +14,7 @@ 'use strict'; // [START translate_quickstart] -// Import and instantiate the Google Cloud client library +// Imports and instantiates the Google Cloud client library // for the Google Translate API const translate = require('@google-cloud/translate')({ key: 'YOUR_API_KEY'