aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <jeremy@panix.com>2021-08-10 22:46:56 -0700
committerShawn Rutledge <shawn.rutledge@qt.io>2021-08-12 19:11:34 +0000
commita4a80e9a5c0452936241657c19ce871094a4f335 (patch)
tree880185b3a5919ceee0b1b178a3b2bb37b980a348
parentce4b1889c75ba4038ab10f904998a1941e547f10 (diff)
Doc: fix AnchorChanges typo
Pick-to: 6.1 6.2 5.15 Change-Id: I6e5cc9807ddc2ae6a40a864b3154fe93fcc32d69 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
-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 bb59e52895..0853ba2d0e 100644
--- a/src/quick/items/qquickstateoperations.cpp
+++ b/src/quick/items/qquickstateoperations.cpp
@@ -569,7 +569,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