From 8fa545fee26255928d1165e1e4916429d2f433ad Mon Sep 17 00:00:00 2001 From: Phil Quitslund Date: Thu, 31 Aug 2017 15:37:01 -0700 Subject: [PATCH] Update Hot Reload label text in template app instructions. (#11857) * Update Hot Reload label text in template app instructions. * label fix --- packages/flutter_tools/templates/create/lib/main.dart.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/flutter_tools/templates/create/lib/main.dart.tmpl b/packages/flutter_tools/templates/create/lib/main.dart.tmpl index c584528e89b..056fd3618bf 100644 --- a/packages/flutter_tools/templates/create/lib/main.dart.tmpl +++ b/packages/flutter_tools/templates/create/lib/main.dart.tmpl @@ -30,8 +30,8 @@ class MyApp extends StatelessWidget { // application has a blue toolbar. Then, without quitting the app, try // changing the primarySwatch below to Colors.green and then invoke // "hot reload" (press "r" in the console where you ran "flutter run", - // or press Run > Hot Reload App in IntelliJ). Notice that the counter - // didn't reset back to zero; the application is not restarted. + // or press Run > Flutter Hot Reload in IntelliJ). Notice that the + // counter didn't reset back to zero; the application is not restarted. primarySwatch: Colors.blue, ), home: new MyHomePage(title: 'Flutter Demo Home Page'),