Fix typo in plugin documentation.
authorMitch Curtis <mitch.curtis@theqtcompany.com>
Mon, 3 Aug 2015 11:03:36 +0000 (13:03 +0200)
committerMitch Curtis <mitch.curtis@theqtcompany.com>
Mon, 3 Aug 2015 12:02:28 +0000 (12:02 +0000)
Change-Id: I5cd851e493b6663bd0a7d09a1c5435c37a4ad7d6
Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
src/qml/doc/src/qmllanguageref/modules/cppplugins.qdoc

index 79bd3df9d954f632f4677c7dbc935f3051dfecbb..90e432a8ef9d021f96319da122a53199d2ed9fc8 100644 (file)
@@ -32,7 +32,7 @@
 
 \section1 Creating a Plugin
 
-    The \l{QQmlEngine}{QML engine} load C++ plugins for QML.
+    The \l{QQmlEngine}{QML engine} loads C++ plugins for QML.
     Such plugins are usually provided in a QML extension module, and can
     provide types for use by clients in QML documents which import the module.
     A module requires at least one type registered in order to be considered