From 04f2b862dac63145bd29c5cf4b3a5734f8e20d3b Mon Sep 17 00:00:00 2001
From: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Date: Thu, 9 Jan 2025 14:35:19 +0200
Subject: [PATCH 1/4] docs(common): Fix code snippet language
---
globalization/rtl-support.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/globalization/rtl-support.md b/globalization/rtl-support.md
index 493cc693b4..5274b00545 100644
--- a/globalization/rtl-support.md
+++ b/globalization/rtl-support.md
@@ -21,7 +21,7 @@ Right-to-left support is configured at the root level so it affects all UI for B
To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.
-````TelerikLayout.razor
+````RAZOR TelerikLayout.razor
@Body
From 749986da2a49ce91c2f1f53993109f0a44bcfa79 Mon Sep 17 00:00:00 2001
From: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Date: Thu, 9 Jan 2025 14:39:11 +0200
Subject: [PATCH 2/4] Update globalization/rtl-support.md
---
globalization/rtl-support.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/globalization/rtl-support.md b/globalization/rtl-support.md
index 5274b00545..e50745d298 100644
--- a/globalization/rtl-support.md
+++ b/globalization/rtl-support.md
@@ -21,7 +21,7 @@ Right-to-left support is configured at the root level so it affects all UI for B
To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.
-````RAZOR TelerikLayout.razor
+````RAZOR
@Body
From 1868e131df09e07e298bf56eb8bbe82d558e7d44 Mon Sep 17 00:00:00 2001
From: Dimo Dimov <961014+dimodi@users.noreply.github.com>
Date: Thu, 9 Jan 2025 14:39:16 +0200
Subject: [PATCH 3/4] Update globalization/rtl-support.md
---
globalization/rtl-support.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/globalization/rtl-support.md b/globalization/rtl-support.md
index e50745d298..893a5957cb 100644
--- a/globalization/rtl-support.md
+++ b/globalization/rtl-support.md
@@ -20,6 +20,8 @@ Right-to-left support is configured at the root level so it affects all UI for B
To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.
+>caption MainLayout.razor
+
````RAZOR
From 8b5487d74639c73dd7378954d436cad6778a260f Mon Sep 17 00:00:00 2001
From: Nadezhda Tacheva <73842592+ntacheva@users.noreply.github.com>
Date: Thu, 9 Jan 2025 15:29:23 +0200
Subject: [PATCH 4/4] Update globalization/rtl-support.md
---
globalization/rtl-support.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/globalization/rtl-support.md b/globalization/rtl-support.md
index 893a5957cb..5512604ab2 100644
--- a/globalization/rtl-support.md
+++ b/globalization/rtl-support.md
@@ -20,7 +20,7 @@ Right-to-left support is configured at the root level so it affects all UI for B
To enable right-to-left direction of the components in your application, set the `EnableRtl` parameter of the [`TelerikRootComponent`](slug://rootcomponent-overview) to `true`.
->caption MainLayout.razor
+>caption Enable RTL
````RAZOR