aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-03-14 13:51:14 +0100
committerSimon Hausmann <simon.hausmann@qt.io>2018-03-20 07:33:38 +0000
commitf01edde1f282b0de2112ddea31853d876d3c5727 (patch)
treeab2f61b15417482f900c72aaddab5dde5447048d /src/quick
parentf495d4b660107536d0a67ba48e88550278f13893 (diff)
Fix grammar in "Qt Quick Best Practices"
Change-Id: I3ba63110a3674675f44feca51ba98128844e1904 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/quick')
-rw-r--r--src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
index 6327ea67e6..82b5a10b60 100644
--- a/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
+++ b/src/quick/doc/src/guidelines/qtquick-bestpractices.qdoc
@@ -28,7 +28,7 @@
/*!
\page qtquick-bestpractices.html
\title Qt Quick Best Practices
-\brief Lists the practices that works best for Qt Quick
+\brief Lists the practices that work best for Qt Quick
Besides all the benefits that Qt Quick offers, it can be challenging in certain
situations. For example, a Qt Quick application with a large codebase can be
@@ -48,7 +48,7 @@ controls are also available with Qt Quick Controls 2. They cater to the most
common use cases without any change, and offer a lot more possibilities with their
customization options. In particular, Qt Quick Controls 2 provides styling
options that align with the latest UI design trends. If these UI controls do not
-satisfy to your application's needs, only then it is recommended to create a
+satisfy your application's needs, only then it is recommended to create a
custom control.