Skip to content

Commit 8a33795

Browse files
committed
chore(common): fix malformed code block tags
1 parent eefe67b commit 8a33795

File tree

24 files changed

+25
-25
lines changed

24 files changed

+25
-25
lines changed

components/card/building-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use the `CardBody` tag to render the body of the Card.
6161
6262
![Card Body](images/card-body-example.png)
6363

64-
````CSTHML
64+
````RAZOR
6565
@* Card Body *@
6666
6767
<TelerikCard Width="200px">

components/card/orientation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The result from the snippet below.
5151

5252
![Card with horizontal orientation](images/vertical-orientation-example.png)
5353

54-
````CSTHML
54+
````RAZOR
5555
@* Change the orientation of the Card *@
5656
5757
<TelerikCard Orientation="CardOrientation.Vertical" Width="200px">

components/filter/fields/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use the Filter Field value template, add a `<ValueTemplate>` tag inside the [
2929

3030
>caption Using FilterField ValueTemplate
3131
32-
````CSHMTL
32+
````RAZOR
3333
@using Telerik.DataSource
3434
@using Telerik.DataSource.Extensions
3535

components/form/formitems/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The sample below shows how to:
4848

4949
>caption Using Form Item Templates
5050
51-
````CSHMTL
51+
````RAZOR
5252
<TelerikForm Model="@FormModel">
5353
<FormValidation>
5454
<DataAnnotationsValidator></DataAnnotationsValidator>

components/gantt/timeline/templates/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Apart from that, you can add and customize any other content - for example, icon
3333
![Gantt TooltipTemplate Example](images/gantt-tooltip-template-example.png)
3434

3535

36-
````CSTHML
36+
````RAZOR
3737
@* Customize the content of the Tooltip through the TooltipTemplate *@
3838
3939
<TelerikGantt Data="@Data"

components/gauges/arc/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You can enable the MinorUnit ticks on the scale by using the `<ArcGaugeScaleMino
153153
154154
![Add the MinorUnit ticks](images/add-minorunit-ticks-arc-gauge.png)
155155

156-
````CSHMTL
156+
````RAZOR
157157
@* Add the MinorUnit ticks. *@
158158
159159
<TelerikArcGauge>

components/gauges/linear/pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `Color` (`string`) parameter controls the color of the pointers. It accepts
8686

8787
The `Opacity` (`double`) parameter controls the opacity of the pointers. The value passed to it should be between **0** and **1**.
8888

89-
````CSHML
89+
````RAZOR
9090
@* Change the opacity of a pointer *@
9191
9292
<TelerikLinearGauge>

components/gauges/linear/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ You can remove the MinorUnit ticks from the rendering of the scale by using the
171171
172172
![Remove the MinorUnit ticks](images/remove-minorunit-ticks-linear-gauge.png)
173173

174-
````CSHMTL
174+
````RAZOR
175175
@* Remove the MinorUnit ticks. *@
176176
177177
<TelerikLinearGauge>

components/gauges/radial/pointers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The `Color` (`string`) parameter controls the color of the pointer cap. It accep
8787
8888
![Pointer cap color](images/pointer-cap-color.png)
8989

90-
````CSHML
90+
````RAZOR
9191
@* Change the color of the pointer cap *@
9292
9393
<TelerikRadialGauge>

components/gauges/radial/scale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ You can remove the MinorUnit ticks from the rendering of the scale by using the
160160
161161
![Remove the MinorUnit ticks](images/remove-minorunit-ticks-radial-gauge.png)
162162

163-
````CSHMTL
163+
````RAZOR
164164
@* Remove the MinorUnit ticks. *@
165165
166166
<TelerikRadialGauge>

0 commit comments

Comments
 (0)