We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88f6bbc + 0cb69ab commit 09901deCopy full SHA for 09901de
README.md
@@ -41,7 +41,7 @@ Here's a quick example of usage:
41
```ts
42
import { TwitterApi } from 'twitter-api-v2';
43
44
-// Instanciate with desired auth type (here's Bearer v2 auth)
+// Instantiate with desired auth type (here's Bearer v2 auth)
45
const twitterClient = new TwitterApi('<YOUR_APP_USER_TOKEN>');
46
47
// Tell typescript it's a readonly app
0 commit comments