We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bada424 commit c9ca9b0Copy full SHA for c9ca9b0
docs2/pages/getting-started/licensing.md
@@ -59,7 +59,7 @@ EvalManager.AddLicense(licenseName, licenseKey);
59
> The AddLicense must be set before the first call to the library. Otherwise, you will start the evaluation period
60
61
## How can I check if my license is valid?
62
-The validate method allow you to know whether your license is valid or not.
+The validate method allows you to know whether your license is valid or not.
63
64
```csharp
65
string licenseErrorMessage;
0 commit comments