summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/src/declarative/qmlmodels.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/declarative/qmlmodels.qdoc b/doc/src/declarative/qmlmodels.qdoc
index a14345b..2dc24fe 100644
--- a/doc/src/declarative/qmlmodels.qdoc
+++ b/doc/src/declarative/qmlmodels.qdoc
@@ -101,7 +101,7 @@ ListModel {
\endcode
The above model has two roles, \e name and \e cost. These can be bound
-bound to by a ListView delegate, for example:
+to by a ListView delegate, for example:
\code
Component {