Skip to content

Commit da8fe2e

Browse files
callmehiphopstephenplusplus
authored andcommitted
docs: change Google Cloud to Cloud (#1995)
1 parent 26d9acb commit da8fe2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/google-cloud-resourcemanager/README.md

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

@@ -44,7 +44,7 @@ var resource = require('@google-cloud/resource')({
4444

4545
## Authentication
4646

47-
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.
47+
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.
4848

4949
### On Google Cloud Platform
5050

packages/google-cloud-resourcemanager/package.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ var Project = require('./project.js');
4545
* @alias module:resource
4646
* @constructor
4747
*
48-
* @resource [What is the Google Cloud Resource Manager?]{@link https://cloud.google.com/resource-manager}
48+
* @resource [What is the Cloud Resource Manager?]{@link https://cloud.google.com/resource-manager}
4949
*
5050
* @param {object} options - [Configuration object](#/docs).
5151
*/

0 commit comments

Comments
 (0)