diff --git a/sites/docs/src/content/learn/pathway/tutorial/layout.md b/sites/docs/src/content/learn/pathway/tutorial/layout.md index 447967041e..a38879c0a5 100644 --- a/sites/docs/src/content/learn/pathway/tutorial/layout.md +++ b/sites/docs/src/content/learn/pathway/tutorial/layout.md @@ -124,7 +124,7 @@ class GamePage extends StatelessWidget { } ``` -Then update your `MainPage` widget to create and +Then update your `MainApp` widget to create and display a `GamePage` widget instead of "Hello World!".