summaryrefslogtreecommitdiff
path: root/doc/elements-systemui.qdoc
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2019-10-13 18:52:27 +0200
committerRobert Griebl <robert.griebl@qt.io>2019-10-28 20:38:00 +0100
commit7615be82ab1adea8378b6b934b7fc50e59e20130 (patch)
tree9ac37411b2d567e661c5c99315940f034a918202 /doc/elements-systemui.qdoc
parent035061a7714d07f41fe0a7ab5f4544c89c449aff (diff)
downloadqtapplicationmanager-7615be82ab1adea8378b6b934b7fc50e59e20130.tar.gz
Fix doc typos
Change-Id: Ie33e184afc042688d03414eea3204f2f97c4db1c Reviewed-by: Dominik Holland <dominik.holland@qt.io>
Diffstat (limited to 'doc/elements-systemui.qdoc')
-rw-r--r--doc/elements-systemui.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/elements-systemui.qdoc b/doc/elements-systemui.qdoc
index 0db9ac7a..c82eba0f 100644
--- a/doc/elements-systemui.qdoc
+++ b/doc/elements-systemui.qdoc
@@ -37,7 +37,7 @@ System UI.
Singleton QML types need not be declared, they are referenced by their type name.
-Instantiable QML types are declared with the their name followed by curly braces. These
+Instantiable QML types are declared with their name followed by curly braces. These
declarations may be nested, creating parent-child relationships between the items.
Non-Instantiable QML types are return values provided to the System UI code, that allow the user