Skip to content

Commit 8758493

Browse files
Correct typo (#2246)
1 parent 8fee05d commit 8758493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/versioned_docs/version-v111/usage/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public class TwitterClientOptions(string ApiKey, string ApiSecret);
7373

7474
public TwitterClient(IOptions<TwitterClientOptions> options) {
7575
var opt = new RestClientOptions("https://api.twitter.com/2");
76-
_client = new RestClient(options);
76+
_client = new RestClient(opt);
7777
}
7878
```
7979

0 commit comments

Comments
 (0)