1 parent 09901de commit 94eaa04Copy full SHA for 94eaa04
1 file changed
doc/examples.md
@@ -81,7 +81,7 @@ const { client: refreshedClient, accessToken, refreshToken } = await client.refr
81
82
### <a name='Withapp-onlycredentials'></a>With app-only credentials
83
84
-This kind of auth is accepted on Twitter endpoints with `"OAuth 2.0 Bearer token"` (or Application context) mentionned in documentation.
+This kind of auth is accepted on Twitter endpoints with `"OAuth 2.0 Bearer token"` (or Application context) mentioned in documentation.
85
86
```ts
87
const client = new TwitterApi('<YOUR-TWITTER-BEARER-TOKEN>');
0 commit comments