aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml')
-rw-r--r--src/qml/doc/src/syntax/basics.qdoc1
-rw-r--r--src/qml/doc/src/syntax/objectattributes.qdoc2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/doc/src/syntax/basics.qdoc b/src/qml/doc/src/syntax/basics.qdoc
index 4c3e475f36..abfa6d5c0e 100644
--- a/src/qml/doc/src/syntax/basics.qdoc
+++ b/src/qml/doc/src/syntax/basics.qdoc
@@ -69,6 +69,7 @@ Please see the \l{qtqml-syntax-imports.html}{QML Syntax - Import Statements}
documentation for in-depth information about QML imports.
+\keyword qml-object-declarations
\section1 Object Declarations
Syntactically, a block of QML code defines a tree of QML objects to be created. Objects are
diff --git a/src/qml/doc/src/syntax/objectattributes.qdoc b/src/qml/doc/src/syntax/objectattributes.qdoc
index 314bd4512b..7675a027e4 100644
--- a/src/qml/doc/src/syntax/objectattributes.qdoc
+++ b/src/qml/doc/src/syntax/objectattributes.qdoc
@@ -522,7 +522,7 @@ property and refer to the actual defined property rather than the alias.
An object definition can have a single \e default property. A default property
is the property to which a value is assigned if an object is declared within
-another object's definition without attaching it as a value to a particular
+another object's definition without declaring it as a value for a particular
property.
Declaring a property with the optional \c default keyword marks it as the