Commit 8fa545fe authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Update Hot Reload label text in template app instructions. (#11857)

* Update Hot Reload label text in template app instructions.

* label fix
parent d77955fb
...@@ -30,8 +30,8 @@ class MyApp extends StatelessWidget { ...@@ -30,8 +30,8 @@ class MyApp extends StatelessWidget {
// application has a blue toolbar. Then, without quitting the app, try // application has a blue toolbar. Then, without quitting the app, try
// changing the primarySwatch below to Colors.green and then invoke // changing the primarySwatch below to Colors.green and then invoke
// "hot reload" (press "r" in the console where you ran "flutter run", // "hot reload" (press "r" in the console where you ran "flutter run",
// or press Run > Hot Reload App in IntelliJ). Notice that the counter // or press Run > Flutter Hot Reload in IntelliJ). Notice that the
// didn't reset back to zero; the application is not restarted. // counter didn't reset back to zero; the application is not restarted.
primarySwatch: Colors.blue, primarySwatch: Colors.blue,
), ),
home: new MyHomePage(title: 'Flutter Demo Home Page'), home: new MyHomePage(title: 'Flutter Demo Home Page'),
......
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