Skip to content

Commit b9bfcaa

Browse files
chore(compute): Rename region tag
1 parent e0cfbb5 commit b9bfcaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compute/sendgrid.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
'use strict';
1616

17-
// [START compute_sendgrid_nodejs]
17+
// [START compute_sendgrid]
1818
// [START compute_send]
1919
// This sample is based off of:
2020
// https://github.com/sendgrid/sendgrid-nodejs/tree/master/packages/mail
@@ -31,4 +31,4 @@ async function sendgridExample() {
3131
}
3232
sendgridExample();
3333
// [END compute_send]
34-
// [END compute_sendgrid_nodejs]
34+
// [END compute_sendgrid]

0 commit comments

Comments
 (0)