diff --git a/OTPConfiguration.md b/OTPConfiguration.md index bec295c..ef8e750 100644 --- a/OTPConfiguration.md +++ b/OTPConfiguration.md @@ -11,7 +11,7 @@ public record OTPConfiguration | Property | Type | Accessor | Description | | --- | --- | --- | --- | | `Id` | [Guid](https://docs.microsoft.com/en-us/dotnet/api/system.guid?view=net-5.0) | get/set | Gets or sets unique identifier of current configuration instance. [Default: [Guid.NewGuid()](https://docs.microsoft.com/en-us/dotnet/api/system.guid.newguid?view=net-5.0#System_Guid_NewGuid)] | -| `Type` | [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) | get/set | Gets or sets oTP algorithm type. | +| `Type` | [OTPType](https://github.com/XFox111/SimpleOTP/wiki/OTPType) | get/set | Gets or sets OTP algorithm type. | | `IssuerLabel` | `string` | get/set | Gets or sets name of config issuer/service. | | `AccountName` | `string` | get/set | Gets or sets username or email of current config. | | `Secret` | `string` | get/set | Gets or sets secret key for OTP code generation. |