aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmllanguageref/syntax/directoryimports.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/qmllanguageref/syntax/directoryimports.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/qmllanguageref/syntax/directoryimports.qdoc')
-rw-r--r--src/qml/doc/src/qmllanguageref/syntax/directoryimports.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/qmllanguageref/syntax/directoryimports.qdoc b/src/qml/doc/src/qmllanguageref/syntax/directoryimports.qdoc
index 7a6fb58c27..e45b371e88 100644
--- a/src/qml/doc/src/qmllanguageref/syntax/directoryimports.qdoc
+++ b/src/qml/doc/src/qmllanguageref/syntax/directoryimports.qdoc
@@ -97,7 +97,7 @@ MyComponents.DialogBox {
The ability to import a local directory is convenient for cases such as
in-application component sets and application prototyping, although any code
-that imports such modules must must update their relevant \c import statements
+that imports such modules must update their relevant \c import statements
if the module directory moves to another location. This can be avoided if
\l{qtqml-modules-identifiedmodules.html}{QML modules} are used instead,
as an installed module is imported with a unique identifier string rather than