summaryrefslogtreecommitdiffstats
path: root/doc/src/qt-intro.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@qt.io>2020-10-27 18:10:15 +0100
committerJerome Pasion <jerome.pasion@qt.io>2020-10-29 09:26:15 +0100
commiteba088a67dc36037484a9c13e8c221488b1d4db0 (patch)
tree6978be7aa634c7a033a422fa829708cf25d41281 /doc/src/qt-intro.qdoc
parentc15eb07c379a38d8e4d0a53bb86631667cbf576f (diff)
Change terminology to "look and feel"
-should be "look and feel" Task-number: QTBUG-88010 Change-Id: I70f7eb8254ea081a52fae84cf0ce4c8a91452951 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'doc/src/qt-intro.qdoc')
-rw-r--r--doc/src/qt-intro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qt-intro.qdoc b/doc/src/qt-intro.qdoc
index 7ff2b998d..af828d172 100644
--- a/doc/src/qt-intro.qdoc
+++ b/doc/src/qt-intro.qdoc
@@ -41,7 +41,7 @@
Qt offers two UI frameworks for developers: \b{Qt Widget} and \b{Qt Quick}
\l{Qt Widget} is cross-platform and tightly integrates with desktop
- look 'n' feel. \l{Qt Quick} UIs are dynamic with fluid animations and are
+ look and feel. \l{Qt Quick} UIs are dynamic with fluid animations and are
optimal for touch interfaces. You can implement widget UIs in C++ and you
can implement Qt Quick UIs declaratively with QML and JavaScript. The
\l{User Interfaces} page compares both Qt Quick and Qt Widget UIs.