File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs2/pages/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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)
5656string licenseErrorMessage ;
5757if (! 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
6363string licenseErrorMessage ;
6464if (! Z .Dapper .Plus .DapperPlusManager .ValidateLicense (out licenseErrorMessage , DapperProviderType .SqlServer ))
6565{
You can’t perform that action at this time.
0 commit comments