From 2a37d30c40a1225ddf648b189f68bd47714a7d23 Mon Sep 17 00:00:00 2001 From: Jokanola Yusuff Olatunji <60303914+jocanola@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:18:44 +0100 Subject: [PATCH] README.md: corrected spelling mistake for service --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40d3dabe..1667dc1d 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ async componentDidMount() { **Notes on Android** -Even after all the permissions are correct in Android, there is one last thing to make sure this libray is working fine on Android. Please make sure the device has Google Speech Recognizing Engine such as `com.google.android.googlequicksearchbox` by calling `Voice.getSpeechRecognitionServices()`. Since Android phones can be configured with so many options, even if a device has googlequicksearchbox engine, it could be configured to use other services. You can check which serivce is used for Voice Assistive App in following steps for most Android phones: +Even after all the permissions are correct in Android, there is one last thing to make sure this libray is working fine on Android. Please make sure the device has Google Speech Recognizing Engine such as `com.google.android.googlequicksearchbox` by calling `Voice.getSpeechRecognitionServices()`. Since Android phones can be configured with so many options, even if a device has googlequicksearchbox engine, it could be configured to use other services. You can check which service is used for Voice Assistive App in following steps for most Android phones: `Settings > App Management > Default App > Assistive App and Voice Input > Assistive App`