Doc: Fix typo "sependencies" > "dependencies"

Change-Id: I1d3f3f0bbdcff3d557038d8feca5ffe234d58314
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Leena Miettinen
2020-05-18 13:35:41 +02:00
parent 73d45a994b
commit 625a8f3eca

View File

@@ -50,7 +50,7 @@
until it is explicitly assigned a new value. However, to make the fullest 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 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 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. change in value, the property's value is automatically updated accordingly.
Behind the scenes, the QML engine monitors the property's dependencies (that Behind the scenes, the QML engine monitors the property's dependencies (that