Skip to content

Commit 797ecf8

Browse files
sofislAce Nassri
authored andcommitted
docs: address typo in comment (#325)
1 parent ece769e commit 797ecf8

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

kms/asymmetricDecrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function asymmetricDecrypt(
2929
// The location of the crypto key's key ring, e.g. "global"
3030
const locationId = 'global';
3131

32-
// Construct the cyrpto key version ID
32+
// Construct the crypto key version ID
3333
const name = client.cryptoKeyVersionPath(
3434
projectId,
3535
locationId,

kms/asymmetricEncrypt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function asymmetricEncrypt(
2929
// The location of the crypto key's key ring, e.g. "global"
3030
const locationId = 'global';
3131

32-
// Construct the cyrpto key version ID
32+
// Construct the crypto key version ID
3333
const name = client.cryptoKeyVersionPath(
3434
projectId,
3535
locationId,

kms/asymmetricSign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ async function asymmetricSign(
2929
// The location of the crypto key's key ring, e.g. "global"
3030
const locationId = 'global';
3131

32-
// Construct the cyrpto key version ID
32+
// Construct the crypto key version ID
3333
const name = client.cryptoKeyVersionPath(
3434
projectId,
3535
locationId,

kms/asymmetricVerify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function asymmetricVerify(
3030
// The location of the crypto key's key ring, e.g. "global"
3131
const locationId = 'global';
3232

33-
// Construct the cyrpto key version ID
33+
// Construct the crypto key version ID
3434
const name = client.cryptoKeyVersionPath(
3535
projectId,
3636
locationId,

kms/getPublicKey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function getPublicKey(
2828
// The location of the crypto key's key ring, e.g. "global"
2929
const locationId = 'global';
3030

31-
// Construct the cyrpto key version ID
31+
// Construct the crypto key version ID
3232
const name = client.cryptoKeyVersionPath(
3333
projectId,
3434
locationId,

0 commit comments

Comments
 (0)