Skip to content

Commit 0da8bbe

Browse files
Merge pull request #4691 from syncfusion-content/CI-validation-hf/26.2
CI-license-validation Improvement changes - Syntax Issue - hf/26
2 parents 49faa8f + c4da918 commit 0da8bbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blazor/getting-started/license-key/CI-license-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The following section shows how to validate the Syncfusion license key in CI ser
4646
The following example shows the syntax for Windows build agents.
4747

4848
{% tabs %}
49-
{% highlight <lang> tabtitle ="YAML" %}
49+
{% highlight c# tabtitle ="YAML" %}
5050
pool:
5151
vmImage: 'windows-latest'
5252

@@ -76,7 +76,7 @@ steps:
7676
The following example shows the syntax for validating Syncfusion license key in GitHub actions.
7777

7878
{% tabs %}
79-
{% highlight <lang> tabtitle ="YAML" %}
79+
{% highlight c# tabtitle ="YAML" %}
8080
steps:
8181
- name: Syncfusion License Validation
8282
shell: pwsh

0 commit comments

Comments
 (0)