Commit 4fa1d0ae by Marcel Garus

fix typo

parent 6eba0f3d
......@@ -173,9 +173,9 @@ You can also open the app settings:
```dart
if (await Permission.speech.isPermanentlyDenied) {
// The user requested to never again show the permission request dialog.
// The only way to change a permission's status is to let the user do it
// manually in the system settings.
// The user opted to never again seeing the permission request dialog from
// this app. The only way to change the permission's status now is to let the
// user manually enable permissions in the system settings.
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