Skip to content

Commit c339555

Browse files
committed
chore(secretmanager): fix spell errors in comment
1 parent ce6037c commit c339555

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

secret-manager/regional_samples/createRegionalSecretWithDelayedDestroy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function main(projectId, locationId, secretId, timeToLive) {
2828
// Imports the Secret Manager library
2929
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager');
3030

31-
// Adding the endpoint to call the regional secret manager sever
31+
// Adding the endpoint to call the regional secret manager server
3232
const options = {};
3333
options.apiEndpoint = `secretmanager.${locationId}.rep.googleapis.com`;
3434

secret-manager/regional_samples/disableRegionalSecretDelayedDestroy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async function main(projectId, locationId, secretId) {
2727
// Imports the Secret Manager library
2828
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager');
2929

30-
// Adding the endpoint to call the regional secret manager sever
30+
// Adding the endpoint to call the regional secret manager server
3131
const options = {};
3232
options.apiEndpoint = `secretmanager.${locationId}.rep.googleapis.com`;
3333

secret-manager/regional_samples/updateRegionalSecretWithDelayedDestroy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async function main(projectId, locationId, secretId, updatedTimeToLive) {
2828
// Imports the Secret Manager library
2929
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager');
3030

31-
// Adding the endpoint to call the regional secret manager sever
31+
// Adding the endpoint to call the regional secret manager server
3232
const options = {};
3333
options.apiEndpoint = `secretmanager.${locationId}.rep.googleapis.com`;
3434

0 commit comments

Comments
 (0)