Skip to content

Commit

Permalink
SM-1082: Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonhurst committed Feb 6, 2024
1 parent bd86086 commit ac94ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages/go/example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
projectName := os.Getenv("PROJECT_NAME")

// Configuring the statePath is optional, pass nil
// in AccessTokenLogni() to not use state
// in AccessTokenLogin() to not use state
statePath := os.Getenv("STATE_PATH")

if projectName == "" {
Expand Down

0 comments on commit ac94ce9

Please sign in to comment.