diff --git a/doc/src/qmlapp/glossary.qdoc b/doc/src/qmlapp/glossary.qdoc
index d832e8e11d2cf9f9e63755758f7aaca5e9d49a97..e4857f0d6a573087a802927c43cf45618aacb5a9 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