Skip to content

Commit c65f2b7

Browse files
authored
Update licensing.md
1 parent fbddf77 commit c65f2b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs2/pages/getting-started/licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ The validate method allow you to know whether your license is valid or not.
5252

5353

5454
```csharp
55-
// CHECK if the license if valid for the default provider (SQL Server)
55+
// CHECK if the license is valid for the default provider (SQL Server)
5656
string licenseErrorMessage;
5757
if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage))
5858
{
5959
throw new Exception(licenseErrorMessage);
6060
}
6161

62-
// CHECK if the license if valid for a specific provider
62+
// CHECK if the license is valid for a specific provider
6363
string licenseErrorMessage;
6464
if (!Z.Dapper.Plus.DapperPlusManager.ValidateLicense(out licenseErrorMessage, DapperProviderType.SqlServer))
6565
{

0 commit comments

Comments
 (0)