From c6ffca160e1061bdda3cf1bf5e039f8d22bd6b96 Mon Sep 17 00:00:00 2001 From: Caroline Chao <caroline.chao@digia.com> Date: Mon, 13 May 2013 08:35:44 +0200 Subject: [PATCH] Doc: fix typo Change-Id: I7046e9aeab5efe8bd32fcfb0d1bf571892921e30 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> --- src/controls/doc/src/qtquickcontrols.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/controls/doc/src/qtquickcontrols.qdoc b/src/controls/doc/src/qtquickcontrols.qdoc index 8a5b76e1e..731380866 100644 --- a/src/controls/doc/src/qtquickcontrols.qdoc +++ b/src/controls/doc/src/qtquickcontrols.qdoc @@ -32,10 +32,10 @@ \brief Provides QML types for user interfaces. The \l{Qt Quick Controls} module provides QML types for creating user - interfaces. These QML types work in conjunction with \l{Qt Quick}Â and + interfaces. These QML types work in conjunction with \l{Qt Quick} and \l{Qt Quick Layouts}. - The QML types can be imported into your applciation using the + The QML types can be imported into your application using the following import statement in your .qml file. \code -- GitLab