aboutsummaryrefslogtreecommitdiffstats
path: root/src/controls/doc/src/qtquickcontrols2-customize.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/doc/src/qtquickcontrols2-customize.qdoc')
-rw-r--r--src/controls/doc/src/qtquickcontrols2-customize.qdoc9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/controls/doc/src/qtquickcontrols2-customize.qdoc b/src/controls/doc/src/qtquickcontrols2-customize.qdoc
index 2f627de2..b099b482 100644
--- a/src/controls/doc/src/qtquickcontrols2-customize.qdoc
+++ b/src/controls/doc/src/qtquickcontrols2-customize.qdoc
@@ -31,11 +31,10 @@
\brief A set of UI controls to create user interfaces in Qt Quick
Qt Quick Controls consist of a hierarchy (tree) of items. In order to
- provide a custom look'n'feel, the default implementation of each can be
- replaced with a custom item. The following snippets present the default
- implementations of various items. These can be used as a starting point
- to implement custom look'n'feel.
-
+ provide a custom look and feel, the default QML implementation of each
+ item can be replaced with a custom one. The following snippets present
+ the default implementations of various items. These can be used as a
+ starting point to implement a custom look and feel.
\section1 Customizing BusyIndicator