summaryrefslogtreecommitdiff
path: root/doc/snippets
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2020-07-30 13:28:52 +0200
committerOliver Wolff <oliver.wolff@qt.io>2020-07-30 13:45:32 +0200
commit7dbaed07d471c8cbdb250e9ce482bae282a0913e (patch)
tree80e7d0e0ceb6bc7e3fd5b4b4ad29827fa764e487 /doc/snippets
parent0b50778010c2974ae003d87981694fcd933167a8 (diff)
downloadqtdoc-7dbaed07d471c8cbdb250e9ce482bae282a0913e.tar.gz
Fix "rectange" typo
Pick-to: 5.15 Change-Id: I617b27909349a1cead679a23e93249d8bd1a72c9 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
Diffstat (limited to 'doc/snippets')
-rw-r--r--doc/snippets/qmlapp/usecases/animations.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/snippets/qmlapp/usecases/animations.qml b/doc/snippets/qmlapp/usecases/animations.qml
index a7d5e304..8f668786 100644
--- a/doc/snippets/qmlapp/usecases/animations.qml
+++ b/doc/snippets/qmlapp/usecases/animations.qml
@@ -171,7 +171,7 @@ Item {
height: 120
TapHandler {
- // The animation starts running when you click within the rectange
+ // The animation starts running when you click within the rectangle
onTapped: anim.running = true;
}
}