From 16f21ba8e780755296d602c54ff07ce4afd65e17 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:36:40 -0300 Subject: [PATCH] add either/or clarification --- docs/data/joy/customization/right-to-left/right-to-left.md | 2 ++ docs/data/material/guides/right-to-left/right-to-left.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/data/joy/customization/right-to-left/right-to-left.md b/docs/data/joy/customization/right-to-left/right-to-left.md index fcc69177d847e9..637c33cf01363b 100644 --- a/docs/data/joy/customization/right-to-left/right-to-left.md +++ b/docs/data/joy/customization/right-to-left/right-to-left.md @@ -8,6 +8,8 @@ This guide outlines the three steps necessary to change the direction of text-ba ## 1. Set the HTML direction +You can set the text direction either globally (across the entire app) or locally (specific to individual components), depending on your use case. + ### Globally Add `dir="rtl"` to the app's root `` tag to set the global text direction: diff --git a/docs/data/material/guides/right-to-left/right-to-left.md b/docs/data/material/guides/right-to-left/right-to-left.md index b0a4d2be7209cd..ce2bb1691770a2 100644 --- a/docs/data/material/guides/right-to-left/right-to-left.md +++ b/docs/data/material/guides/right-to-left/right-to-left.md @@ -8,6 +8,8 @@ This guide outlines the three steps necessary to change the direction of text-ba ## 1. Set the HTML direction +You can set the text direction either globally (across the entire app) or locally (specific to individual components), depending on your use case. + ### Globally Add `dir="rtl"` to the app's root `` to set the global text direction: