Skip to content

Commit

Permalink
fix(docs): Fixing region tag name (#4396)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Schmidt <[email protected]>
  • Loading branch information
m-strzelczyk and telpirion authored Sep 20, 2024
1 parent 8994403 commit 5fb0320
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions batch/create_with_service_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

package snippets

// [START batch_create_custom_serive_account]
// [START batch_create_custom_service_account]
import (
"context"
"fmt"
Expand Down Expand Up @@ -107,4 +107,4 @@ func createJobWithSA(w io.Writer, projectID, region, jobName, serviceAccountEmai
return nil
}

// [END batch_create_custom_serive_account]
// [END batch_create_custom_service_account]

0 comments on commit 5fb0320

Please sign in to comment.