Skip to content

Commit 94eaa04

Browse files
authored
Chore(doc): fix typo (#312)
1 parent 09901de commit 94eaa04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const { client: refreshedClient, accessToken, refreshToken } = await client.refr
8181

8282
### <a name='Withapp-onlycredentials'></a>With app-only credentials
8383

84-
This kind of auth is accepted on Twitter endpoints with `"OAuth 2.0 Bearer token"` (or Application context) mentionned in documentation.
84+
This kind of auth is accepted on Twitter endpoints with `"OAuth 2.0 Bearer token"` (or Application context) mentioned in documentation.
8585

8686
```ts
8787
const client = new TwitterApi('<YOUR-TWITTER-BEARER-TOKEN>');

0 commit comments

Comments
 (0)