File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments