Skip to content

Commit

Permalink
fix typo: "thw" -> "the" (auth0#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesscottbrown committed Mar 6, 2023
1 parent e68498d commit 827bc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ auth0.logout({

## Calling an API

Retrieve an access token to pass along in the `Authorization` header using thw `getTokenSilently` API.
Retrieve an access token to pass along in the `Authorization` header using the `getTokenSilently` API.

```html
<button id="call-api">Call an API</button>
Expand Down

0 comments on commit 827bc82

Please sign in to comment.