Skip to content

Commit

Permalink
Update authentication_docs.md
Browse files Browse the repository at this point in the history
Possible typo
  • Loading branch information
constantstress authored Dec 30, 2023
1 parent 950d0eb commit 4b80774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/authentication_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ if err != nil {
}

if isValid {
fmt.Println("%s access token is valid!", userAccessToken)
fmt.Printf("%s access token is valid!\n", userAccessToken)
}

fmt.Println("%+v", resp)
fmt.Printf("%+v\n", resp)
```

## Get App Access Token
Expand Down

0 comments on commit 4b80774

Please sign in to comment.