summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2017-01-05 18:03:02 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2017-01-31 09:58:43 +0000
commit24435fb0818ddf414de6d753dc5460da34b905f4 (patch)
tree62531e1fbb1505cd7ff7c20e8902618974b1537a
parentff5455912a1a8e40ce9edc731c6c5dcf3a7d9a8e (diff)
Fix typo in documentation
Change-Id: Ie0aaa833a5ba77ef18739158342a5bdc6e33f2ed Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--doc/src/qmlapp/usecases/layouts.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/usecases/layouts.qdoc b/doc/src/qmlapp/usecases/layouts.qdoc
index 40e8f685f..8802ccfcc 100644
--- a/doc/src/qmlapp/usecases/layouts.qdoc
+++ b/doc/src/qmlapp/usecases/layouts.qdoc
@@ -39,7 +39,7 @@ Items can be placed at specific x,y coordinates on the screen by setting their x
setup their position relative to the top left corner of their parent, according to the
\l {Concepts - Visual Coordinates in Qt Quick}{visual coordinate system} rules.
-Combined with using \l{Property Binding}{bindings} instead of constant valudes for these properties, relative positioning is also easily
+Combined with using \l{Property Binding}{bindings} instead of constant values for these properties, relative positioning is also easily
accomplished by setting the x and y coordinates to the appropriate bindings.
\snippet qmlapp/usecases/layouts.qml import