Skip to content

Commit 8fdbb44

Browse files
authored
[Docs] Fix minor typo in usage.md (#1980)
1 parent e716b93 commit 8fdbb44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ record TokenResponse {
3333

3434
Next, we create the authenticator itself. It needs the API key and API key secret to call the token endpoint using basic HTTP authentication. In addition, we can extend the list of parameters with the base URL to convert it to a more generic OAuth2 authenticator.
3535

36-
The easiest way to create an authenticator is to inherit from the `AuthanticatorBase` base class:
36+
The easiest way to create an authenticator is to inherit from the `AuthenticatorBase` base class:
3737

3838
```csharp
3939
public class TwitterAuthenticator : AuthenticatorBase {

0 commit comments

Comments
 (0)