From 1edb800cb05268c8f6b9b5ca89241b5fa9c52b30 Mon Sep 17 00:00:00 2001 From: Dave Gramlich Date: Thu, 2 Mar 2017 20:27:44 -0500 Subject: [PATCH] docs: change Google Cloud to Cloud (#1995) --- README.md | 2 +- src/table.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3daac59..6be2c74d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ var bigquery = require('@google-cloud/bigquery')({ ## Authentication -It's incredibly easy to get authenticated and start using Google's APIs. You can set your credentials on a global basis as well as on a per-API basis. See each individual API section below to see how you can auth on a per-API-basis. This is useful if you want to use different accounts for different Google Cloud services. +It's incredibly easy to get authenticated and start using Google's APIs. You can set your credentials on a global basis as well as on a per-API basis. See each individual API section below to see how you can auth on a per-API-basis. This is useful if you want to use different accounts for different Cloud services. ### On Google Cloud Platform diff --git a/src/table.js b/src/table.js index c68e11d0..09e49d93 100644 --- a/src/table.js +++ b/src/table.js @@ -552,7 +552,7 @@ Table.prototype.createWriteStream = function(metadata) { }; /** - * Export table to Google Cloud Storage. + * Export table to Cloud Storage. * * @resource [Jobs: insert API Documentation]{@link https://cloud.google.com/bigquery/docs/reference/v2/jobs/insert} *