aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-05-18 13:35:41 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-05-18 11:37:42 +0000
commit625a8f3eca580ebca6f595ab5e43547da479e852 (patch)
treee5492afbf0d766a1ce292bf7293ffbb44c0ebfbb
parent73d45a994b673c66a8965c0c67ab184ece45e0a0 (diff)
Doc: Fix typo "sependencies" > "dependencies"
Change-Id: I1d3f3f0bbdcff3d557038d8feca5ffe234d58314 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-connection-editor.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtcreator/src/qtquick/qtquick-connection-editor.qdoc b/doc/qtcreator/src/qtquick/qtquick-connection-editor.qdoc
index 5c8cba4870..395327e1bc 100644
--- a/doc/qtcreator/src/qtquick/qtquick-connection-editor.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-connection-editor.qdoc
@@ -50,7 +50,7 @@
until it is explicitly assigned a new value. However, to make the fullest
use of QML and its built-in support for dynamic object behaviors, most QML
types use property bindings. This means that you can specify relationships
- between different object properties so that when a property's sependencies
+ between different object properties so that when a property's dependencies
change in value, the property's value is automatically updated accordingly.
Behind the scenes, the QML engine monitors the property's dependencies (that