Unverified Commit 3115c14e authored by Ekaterina Gerasimova's avatar Ekaterina Gerasimova Committed by GitHub

Fix typo in error message in flutter doctor (#58421)

parent a3b9e20a
......@@ -98,7 +98,7 @@ class UserMessages {
'Android license status unknown.\n'
'Try re-installing or updating your Android SDK Manager.\n'
'See https://developer.android.com/studio/#downloads or visit '
'visit ${_androidSdkInstallUrl(platform)} for detailed instructions.';
'${_androidSdkInstallUrl(platform)} for detailed instructions.';
String androidSdkManagerOutdated(String managerPath) =>
'A newer version of the Android SDK is required. To update, run:\n'
'$managerPath --update\n';
......
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