Commit 057ba422 by Marcel Garus

fix typos

parent 4fa1d0ae
......@@ -173,9 +173,9 @@ You can also open the app settings:
```dart
if (await Permission.speech.isPermanentlyDenied) {
// 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.
// The user opted to never again see the permission request dialog for this
// app. The only way to change the permission's status now is to let the
// user manually enable it 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