aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2019-06-18 15:45:16 +0200
committerNico Vertriest <nico.vertriest@qt.io>2019-08-27 22:52:01 +0200
commit0ae01dec7aa0ffbb59e6e947bfa2e73ae030346a (patch)
tree0040e1d75e682dc659f2b1eeb5e6a48bdb03f0ca /examples
parent0d66040a794be1d39e026a6e3368a5fe1632f5c3 (diff)
Doc: minor language issue in image elements documentation
Change-Id: I5f3774ec4650dcc7eb316b4a15740e4a67504365 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/imageelements/doc/src/imageelements.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/imageelements/doc/src/imageelements.qdoc b/examples/quick/imageelements/doc/src/imageelements.qdoc
index 2c6490fb2c..4c00915e56 100644
--- a/examples/quick/imageelements/doc/src/imageelements.qdoc
+++ b/examples/quick/imageelements/doc/src/imageelements.qdoc
@@ -38,12 +38,12 @@
\section1 Scaling with BorderImage
- \e BorderImage shows off the various scaling modes of the \l BorderImage
+ \e BorderImage shows the various scaling modes of the \l BorderImage
type by setting its horizontalTileMode and verticalTileMode properties.
\section1 Image Fill
- \e Image shows off the various fill modes of the \l Image type.
+ \e Image shows the various fill modes of the \l Image type.
\section1 Shadow Effects