Commit 4fa1d0ae by Marcel Garus

fix typo

parent 6eba0f3d
...@@ -173,9 +173,9 @@ You can also open the app settings: ...@@ -173,9 +173,9 @@ You can also open the app settings:
```dart ```dart
if (await Permission.speech.isPermanentlyDenied) { if (await Permission.speech.isPermanentlyDenied) {
// The user requested to never again show the permission request dialog. // The user opted to never again seeing the permission request dialog from
// The only way to change a permission's status is to let the user do it // this app. The only way to change the permission's status now is to let the
// manually in the system settings. // user manually enable permissions in the system settings.
openAppSettings(); openAppSettings();
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment