summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2016-07-19 15:57:34 +0200
committerNico Vertriest <nico.vertriest@theqtcompany.com>2016-07-20 07:24:32 +0000
commite30e6e642e00e3d3a2f9d298cd2577cc502d65bb (patch)
tree7516135fca55a71e9238a0a726b45d9d3e84fff6
parentcaddb1f574de27357184946dbbe49b079d4e6ce8 (diff)
downloadqtdoc-e30e6e642e00e3d3a2f9d298cd2577cc502d65bb.tar.gz
Doc: minor language issue
the later --> the latter Change-Id: I92be8393d9145f64f8416edba325b2048a09db4a Reviewed-by: Martin Smith <martin.smith@theqtcompany.com>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index 002774da..bf98d5d0 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -118,7 +118,7 @@ Their respective pages contain more information about specific uses.
\section2 Viewing Web Content in QML Applications
The QML types, \l WebEngineView and \l WebView, render and display dynamic
-web content. The only difference between the two is that the later uses a
+web content. The only difference between the two is that the latter uses a
native web view if available. Both these types can load a URL or an HTML
string. To read more about them and view code
samples, see \l{Qt WebEngine} and \l{Qt WebView}.