summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-08-18 16:35:25 +0200
committerFrederik Schwarzer <frederik.schwarzer@basyskom.com>2016-10-06 08:54:43 +0000
commit4d6eece86e10f312c738b09df9a1d6ca4cde4ca1 (patch)
tree0c5f40c54d4b32644d8c2c30b214451846e0aadd
parenta0fb03ca2d1fc62cd1a5cabc20d8367a71ce19f1 (diff)
gettingstartedqml.qdoc: fix typos in documentation tutorial
Change-Id: Id3f43a04d24a353bf26e63b6757bf3ea7ff64c93 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
-rw-r--r--doc/src/getting-started/gettingstartedqml.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/getting-started/gettingstartedqml.qdoc b/doc/src/getting-started/gettingstartedqml.qdoc
index e70c8b6e7..51c823b10 100644
--- a/doc/src/getting-started/gettingstartedqml.qdoc
+++ b/doc/src/getting-started/gettingstartedqml.qdoc
@@ -367,14 +367,14 @@
Additionally, \c ListView inherits from \l Flickable, making the list respond
to mouse drags and other gestures. The last portion of the code above sets
\c Flickable properties to create the desired flicking movement to our view.
- In particular,the property \c highlightMoveDuration changes the duration of
+ In particular, the property \c highlightMoveDuration changes the duration of
the flick transition. A higher \c highlightMoveDuration value results in
slower menu switching.
The \c ListView maintains the model items through an \c index and each visual
item in the model is accessible through the \c index, in the order of the
declaration. Changing the \c currentIndex effectively changes the highlighted
- item in the \c ListView. The header of our menu bar exemplify this effect.
+ item in the \c ListView. The header of our menu bar exemplifies this effect.
There are two buttons in a row, both changing the current menu when clicked.
The \c fileButton changes the current menu to the file menu when clicked,
the \c index being \c 0 because \c FileMenu is declared first in the