Commit 057ba422 by Marcel Garus

fix typos

parent 4fa1d0ae
...@@ -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 opted to never again seeing the permission request dialog from // The user opted to never again see the permission request dialog for this
// this app. The only way to change the permission's status now is to let the // app. The only way to change the permission's status now is to let the
// user manually enable permissions in the system settings. // user manually enable it 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