summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2022-10-13 10:37:05 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-10-14 09:16:10 +0000
commit2b6fa1256604c8844042a6ff509528a42a57ee90 (patch)
tree9eab6f533e6d48dcd2c74845a74ed6f1056b41a7
parent2ea7a1bd40402347e9878d10aac37643087bb565 (diff)
Add a missing verb in BT LE documentation
Fixes: QTBUG-107195 Change-Id: I60f6d6fb75c8cf335a90f2c55a5067e5e0b50d2e Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit 9096de2912c57925de2a3c77cea87f584c4575f0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/bluetooth/doc/src/bluetooth-le-overview.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
index 2f6c4c91..7fc7d7c6 100644
--- a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
@@ -197,8 +197,8 @@ Low Energy devices.
\section2 Service Search
- The above code snippet how the application initiates the service discovery once the connection has
- been established.
+ The above code snippet shows how the application initiates the service discovery once the
+ connection has been established.
The \c serviceDiscovered() slot below is triggered as a result of the
\l {QLowEnergyController::serviceDiscovered()} signal and provides an intermittent progress report.