Skip to content

Commit 487779b

Browse files
authored
docs(common): Fix code snippet language
1 parent cc8daf7 commit 487779b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

globalization/rtl-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Right-to-left support is configured at the root level so it affects all UI for B
2121
To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.
2222

2323
<div class="skip-repl"></div>
24-
````TelerikLayout.razor
24+
````RAZOR TelerikLayout.razor
2525
<TelerikRootComponent EnableRtl="true">
2626
@Body
2727
</TelerikRootComponent>

0 commit comments

Comments
 (0)