Skip to content

Commit 87af171

Browse files
callmehiphopstephenplusplus
authored andcommitted
docs: change Google Cloud to Cloud (#1995)
1 parent 6849a5f commit 87af171

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

packages/google-cloud-dns/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# @google-cloud/dns ([Alpha][versioning])
2-
> Google Cloud DNS Client Library for Node.js
2+
> Cloud DNS Client Library for Node.js
33
44
*Looking for more Google APIs than just DNS? You might want to check out [`google-cloud`][google-cloud].*
55

@@ -50,7 +50,7 @@ var dns = require('@google-cloud/dns')({
5050

5151
## Authentication
5252

53-
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.
53+
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.
5454

5555
### On Google Cloud Platform
5656

packages/google-cloud-dns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@google-cloud/dns",
33
"version": "0.5.0",
44
"author": "Google Inc.",
5-
"description": "Google Cloud DNS Client Library for Node.js",
5+
"description": "Cloud DNS Client Library for Node.js",
66
"contributors": [
77
{
88
"name": "Burcu Dogan",

packages/google-cloud-dns/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var util = require('util');
3333
var Zone = require('./zone.js');
3434

3535
/**
36-
* [Google Cloud DNS](https://cloud.google.com/dns/what-is-cloud-dns) is a high-
36+
* [Cloud DNS](https://cloud.google.com/dns/what-is-cloud-dns) is a high-
3737
* performance, resilient, global DNS service that provides a cost-effective way
3838
* to make your applications and services available to your users. This
3939
* programmable, authoritative DNS service can be used to easily publish and
@@ -42,7 +42,7 @@ var Zone = require('./zone.js');
4242
* @constructor
4343
* @alias module:dns
4444
*
45-
* @resource [What is Google Cloud DNS?]{@link https://cloud.google.com/dns/what-is-cloud-dns}
45+
* @resource [What is Cloud DNS?]{@link https://cloud.google.com/dns/what-is-cloud-dns}
4646
*
4747
* @param {object} options - [Configuration object](#/docs).
4848
*/

0 commit comments

Comments
 (0)