Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Minor Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Str4tos authored Jan 21, 2022
1 parent 4fd21ae commit 37cb7d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if(form) {
### Request the latest consent information
Get the latest consent status value:
```csharp
ConsentStatud status = CAS.UserConsent.UserConsent.GetStatus();
ConsentStatus status = CAS.UserConsent.UserConsent.GetStatus();
```
Get the latest selected year of birth.
```csharp
Expand Down

0 comments on commit 37cb7d9

Please sign in to comment.