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} *