aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick')
-rw-r--r--examples/quick/modelviews/listview/highlight.qml2
-rw-r--r--examples/quick/text/text.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/modelviews/listview/highlight.qml b/examples/quick/modelviews/listview/highlight.qml
index 3f2a3dc0c4..452d6c9119 100644
--- a/examples/quick/modelviews/listview/highlight.qml
+++ b/examples/quick/modelviews/listview/highlight.qml
@@ -77,7 +77,7 @@ Rectangle {
}
//! [0]
- // Define a highlight with customised movement between items.
+ // Define a highlight with customized movement between items.
Component {
id: highlightBar
Rectangle {
diff --git a/examples/quick/text/text.qml b/examples/quick/text/text.qml
index 06d10e65ba..4b11b93189 100644
--- a/examples/quick/text/text.qml
+++ b/examples/quick/text/text.qml
@@ -79,7 +79,7 @@ import "../../shared"
the <img> tag.
'Text Layout' shows how to create a more complex layout for a text element.
- This example lays out the text in two colums using the onLineLaidOut handler
+ This example lays out the text in two columns using the onLineLaidOut handler
that allows you to position and resize each line:
\snippet examples/quick/text/styledtext-layout.qml layout
*/