aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items
diff options
context:
space:
mode:
authorJeremy Katz <jeremy@panix.com>2021-08-10 22:46:56 -0700
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-12 22:15:01 +0000
commit2c3ea30205efef22146f3c7218d60b39fee991c2 (patch)
treefe0fc1c72ee36ed634cd316d4ea542f7f2b22400 /src/quick/items
parent32072884bdba99205d7f681382b0fcf83d292c6d (diff)
Doc: fix AnchorChanges typo
Change-Id: I6e5cc9807ddc2ae6a40a864b3154fe93fcc32d69 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit a4a80e9a5c0452936241657c19ce871094a4f335) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/quick/items')
-rw-r--r--src/quick/items/qquickstateoperations.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickstateoperations.cpp b/src/quick/items/qquickstateoperations.cpp
index 7e4f533847..20e0f80729 100644
--- a/src/quick/items/qquickstateoperations.cpp
+++ b/src/quick/items/qquickstateoperations.cpp
@@ -573,7 +573,7 @@ void QQuickParentChange::rewind()
The AnchorChanges type is used to modify the anchors of an item in a \l State.
AnchorChanges cannot be used to modify the margins on an item. For this, use
- PropertyChanges intead.
+ PropertyChanges instead.
In the following example we change the top and bottom anchors of an item
using AnchorChanges, and the top and bottom anchor margins using