From 55f3764d08ac5684a9d6fa843f1bcc45289ee8d2 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 17 Jun 2020 15:48:43 +0200 Subject: [PATCH] Doc: Fix typo "truthfullness" Change-Id: I9c25f023e82e41785cd905d6b77505e60e825432 Reviewed-by: Leena Miettinen --- doc/qtcreator/src/qtquick/qtquick-states.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/qtcreator/src/qtquick/qtquick-states.qdoc b/doc/qtcreator/src/qtquick/qtquick-states.qdoc index 81e3e32560c..de25e02fcd0 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