aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/javascript/expressions.qdoc
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2014-08-11 15:34:21 +0200
committerErik Verbruggen <erik.verbruggen@digia.com>2014-08-12 10:47:35 +0200
commitbfce837c3d9a6e3ad850436b954f9a447e80d4d6 (patch)
treeb202bd9c7d0defb1ae7cf104e4d7f189cf6fa445 /src/qml/doc/src/javascript/expressions.qdoc
parent109abdb061263c28ae97424729e979cd0ff8289a (diff)
Doc: Remove duplicated words
Removes duplicated (repeated) words and fixes other minor documentation issues. Change-Id: I891f2b3e60194b207737425c1dcc1d35a5bd921a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/qml/doc/src/javascript/expressions.qdoc')
-rw-r--r--src/qml/doc/src/javascript/expressions.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/javascript/expressions.qdoc b/src/qml/doc/src/javascript/expressions.qdoc
index 37baa49c52..4e969f05a7 100644
--- a/src/qml/doc/src/javascript/expressions.qdoc
+++ b/src/qml/doc/src/javascript/expressions.qdoc
@@ -299,7 +299,7 @@ A QML object will emit the \c{Component.completed} \l{Signal and Handler Event
System#Attached Signal Handlers}{attached signal} when its instantiation is
complete. JavaScript code in the corresponding \c{Component.onCompleted} handler
runs after the object is instantiated. Thus, the best place to write application
-startup code is in the \c{Component.onCompleted} handler of the top-level level
+startup code is in the \c{Component.onCompleted} handler of the top-level
object, because this object emits \c{Component.completed} when the QML environment
is fully established.