From fafd615a815c58b6bb54547b240bd24e91f88ec1 Mon Sep 17 00:00:00 2001 From: Derek Hannah Date: Thu, 27 Sep 2018 12:47:36 -0400 Subject: [PATCH] updated Flutter Doctor grammar (#19676) * updated Flutter Doctor grammar * updated messaging based on a suggestion by Greg Spencer * grammar update --- packages/flutter_tools/lib/src/android/android_workflow.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/android/android_workflow.dart b/packages/flutter_tools/lib/src/android/android_workflow.dart index c5585079e9..d3e428554f 100644 --- a/packages/flutter_tools/lib/src/android/android_workflow.dart +++ b/packages/flutter_tools/lib/src/android/android_workflow.dart @@ -94,7 +94,8 @@ class AndroidValidator extends DoctorValidator { 'Install Android Studio from: https://developer.android.com/studio/index.html\n' 'On first launch it will assist you in installing the Android SDK components.\n' '(or visit https://flutter.io/setup/#android-setup for detailed instructions).\n' - 'If Android SDK has been installed to a custom location, set \$$kAndroidHome to that location.' + 'If Android SDK has been installed to a custom location, set \$$kAndroidHome to that location.\n' + 'You may also want to add it to your PATH environment variable.\n' )); }