Skip to content

Commit

Permalink
Correct typo (#2246)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtaile2712 committed Jul 30, 2024
1 parent 8fee05d commit 8758493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-v111/usage/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class TwitterClientOptions(string ApiKey, string ApiSecret);

public TwitterClient(IOptions<TwitterClientOptions> options) {
var opt = new RestClientOptions("https://api.twitter.com/2");
_client = new RestClient(options);
_client = new RestClient(opt);
}
```

Expand Down

0 comments on commit 8758493

Please sign in to comment.