summaryrefslogtreecommitdiffstats
path: root/src/doc/src/declarative/righttoleft.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/src/declarative/righttoleft.qdoc')
-rw-r--r--src/doc/src/declarative/righttoleft.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/src/declarative/righttoleft.qdoc b/src/doc/src/declarative/righttoleft.qdoc
index 9374fa6c..604cae8d 100644
--- a/src/doc/src/declarative/righttoleft.qdoc
+++ b/src/doc/src/declarative/righttoleft.qdoc
@@ -60,7 +60,7 @@ aligned to the right side of the text area. The alignment of a text element with
its alignment cue from \l QApplication::keyboardInputDirection(), which is based on the active
system locale.
-This default locale-based alignment can be overriden by setting the \c horizontalAlignment
+This default locale-based alignment can be overridden by setting the \c horizontalAlignment
property for the text element, or by enabling layout mirroring using the \l LayoutMirroring attached
property, which causes any explicit left and right horizontal alignments to be mirrored.
Note that when \l LayoutMirroring is set, the \c horizontalAlignment property value remains unchanged;