aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-30 09:34:51 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-05-30 07:49:36 +0000
commitbb86d55c9e8614e6cf5819f0300d12d021402195 (patch)
treed2d411e7f77a5fbdacca349eb923b45635fc9763
parent0f0be9e1a7cc12e47d28c4dbc40185e11ea8256b (diff)
Doc: Fix a typo
Change-Id: I143997ecbda03a290307d62c30adbca1527f7e0a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--doc/howtos.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/howtos.qdoc b/doc/howtos.qdoc
index b9e2ef29c..6039a23fb 100644
--- a/doc/howtos.qdoc
+++ b/doc/howtos.qdoc
@@ -145,7 +145,7 @@
// ...
}
\endcode
- The second step is to instantate an \l AutotestRunner product in your project:
+ The second step is to instantiate an \l AutotestRunner product in your project:
\code
Project {
// ...