aboutsummaryrefslogtreecommitdiffstats
path: root/doc/qtcreator
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-17 15:48:43 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2020-06-17 13:54:01 +0000
commit55f3764d08ac5684a9d6fa843f1bcc45289ee8d2 (patch)
tree8f42c64621808da96eed3862c71881ebb3f655e8 /doc/qtcreator
parent5a7256b4bf84a163711f1d5ed5d37c4997442204 (diff)
Doc: Fix typo "truthfullness"
Change-Id: I9c25f023e82e41785cd905d6b77505e60e825432 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'doc/qtcreator')
-rw-r--r--doc/qtcreator/src/qtquick/qtquick-states.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/qtcreator/src/qtquick/qtquick-states.qdoc b/doc/qtcreator/src/qtquick/qtquick-states.qdoc
index 81e3e32560..de25e02fcd 100644
--- a/doc/qtcreator/src/qtquick/qtquick-states.qdoc
+++ b/doc/qtcreator/src/qtquick/qtquick-states.qdoc
@@ -101,7 +101,7 @@
the property to a boolean expression that evaluates to \c true when you want
the state to be applied.
- This enables you to evaluate the truthfullness of several components'
+ This enables you to evaluate the truthfulness of several components'
properties and move the UI to the state in which these conditions apply.
You can evaluate whether something is true or false, greater than or equal
to something else, and so on. You can also use operators, such as AND or