From 2e764d83cffa156a3172cd698e7d121868729aa4 Mon Sep 17 00:00:00 2001
From: Nico Vertriest <nico.vertriest@qt.io>
Date: Thu, 22 Dec 2016 12:13:42 +0100
Subject: [PATCH] Doc: minor spelling correction

built in --> built-in
removed parentheses around "basic types"

Change-Id: I8bf39fd962ae4feb7482c5ce8c2781e5dce5fd7d
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
---
 doc/src/qmlapp/glossary.qdoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/src/qmlapp/glossary.qdoc b/doc/src/qmlapp/glossary.qdoc
index d832e8e1..e4857f0d 100644
--- a/doc/src/qmlapp/glossary.qdoc
+++ b/doc/src/qmlapp/glossary.qdoc
@@ -54,8 +54,8 @@
             \l{qtqml-typesystem-topic.html}{Basic Type} or a
             \l{qtqml-typesystem-topic.html#qml-object-types}{QML Object Type}.
 
-            The QML language provides a number of built in
-            (\l{qtqml-typesystem-basictypes.html}{basic types}), and the
+            The QML language provides a number of built-in
+            \l{qtqml-typesystem-basictypes.html}{basic types}, and the
             Qt Quick module provides various \l {Qt Quick QML Types}{Qt Quick types}
             for building QML applications. Types can also be provided by
             third-party developers through (\l{qtqml-modules-topic.html}{modules}) or by the application
-- 
GitLab