Skip to content

Commit b585ea9

Browse files
updated
1 parent d6aa972 commit b585ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpf/Licensing/licensing-faq/CI-license-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ pipeline {
127127

128128
* Register the license key properly by calling RegisterLicense("License Key") method with the license key.
129129

130-
* Once the license key is registered, it can be validated by using ValidateLicense("Platform.WPF") method. This ensures that the license key is valid for the platform and version you are using. For reference, please check the following example.
130+
* Once the license key is registered, it can be validated by using the ValidateLicense("Platform.WPF") method. This ensures that the license key is valid for the platform and version you are using. For reference, please check the following example.
131131

132132
{% tabs %}
133133
{% highlight c# %}

0 commit comments

Comments
 (0)