From acb3816ed1401c011855238b05cb0d320e954fe1 Mon Sep 17 00:00:00 2001 From: xster Date: Tue, 23 May 2017 18:12:02 -0700 Subject: [PATCH] Fix a typo (#3710) I weaksauced --- .../platform/darwin/ios/framework/Source/FlutterAppDelegate.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm b/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm index 657d5aeac..813283b68 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterAppDelegate.mm @@ -78,7 +78,7 @@ << "\nThe OS has terminated the Flutter debug connection for being " "inactive in the background for too long.\n\n" "There are no errors with your Flutter application.\n\n" - "To reconnect, launch your application again via 'flutter run"; + "To reconnect, launch your application again via 'flutter run'"; }]; #endif // FLUTTER_RUNTIME_MODE == FLUTTER_RUNTIME_MODE_DEBUG for (id plugin in _pluginDelegates) { -- GitLab