From 4aab01259ee7ce1ebce2cf5c9e295af12955c4b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A1dia=20Dutra?= Date: Tue, 16 Jun 2026 13:50:58 -0300 Subject: [PATCH] Fix typo in layout tutorial from 'MainPage' to 'MainApp' --- sites/docs/src/content/learn/pathway/tutorial/layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!".