summaryrefslogtreecommitdiff
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 08:44:15 +0000
commitc259a1e96a61fe13c081f6a0521973b2d7f6b61e (patch)
tree6cdaf6e4c656906e132e4b93611aec541e815cf6
parent4bbd20932bd0ed67da1661fe68742a1ca9a33260 (diff)
downloadqtconnectivity-c259a1e96a61fe13c081f6a0521973b2d7f6b61e.tar.gz
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 1c124a3c..a3c394d5 100644
--- a/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
+++ b/src/bluetooth/doc/src/bluetooth-le-overview.qdoc
@@ -173,8 +173,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.