summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bennett <nicholas.bennett@qt.io>2023-05-11 12:49:24 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-05-11 11:57:36 +0000
commitaa988d7ee1ef53fdf3a1aaccc14ef3bd443a84d2 (patch)
treea7b44ea61b16a684229e14a5ab28636812bc3e10
parent74aeb0a6bdec679e95ce9266adc1bc3ba1e0447b (diff)
downloadqtdoc-aa988d7ee1ef53fdf3a1aaccc14ef3bd443a84d2.tar.gz
Docs: Fix manifest typo
Fixes: QTBUG-113520 Change-Id: I5320620de2d79e34816aba749d20cf899affb4af Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io> (cherry picked from commit df6104fd5686e6d1135418a1e679ca4fb5096959) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/platforms/android/android-services.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/platforms/android/android-services.qdoc b/doc/src/platforms/android/android-services.qdoc
index 2faa30c2..41cfb598 100644
--- a/doc/src/platforms/android/android-services.qdoc
+++ b/doc/src/platforms/android/android-services.qdoc
@@ -149,7 +149,7 @@ which means using a nomal \c Service class might not work. For more information,
see Android's recommendation to use either \l {Android: Foreground services}{Foreground services}
or \l {Android: JobIntentService}{JobIntentService}.
-\section2 Manage the Service in AndroidMnifest.xml
+\section2 Manage the Service in AndroidManifest.xml
For the service to be usable in an Android app, you must declare it in the
\c AndroidManifest.xml file. Let's start with adding the service section: