Skip to content

Commit e520dbe

Browse files
dimodintacheva
andauthored
docs(common): Fix code snippet language (#2692)
* docs(common): Fix code snippet language * Update globalization/rtl-support.md * Update globalization/rtl-support.md * Update globalization/rtl-support.md --------- Co-authored-by: Nadezhda Tacheva <[email protected]>
1 parent cc8daf7 commit e520dbe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

globalization/rtl-support.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ Right-to-left support is configured at the root level so it affects all UI for B
2020

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

23+
>caption Enable RTL
24+
2325
<div class="skip-repl"></div>
24-
````TelerikLayout.razor
26+
````RAZOR
2527
<TelerikRootComponent EnableRtl="true">
2628
@Body
2729
</TelerikRootComponent>

0 commit comments

Comments
 (0)