From 7f3baab2c945faf568150e768d2839c84f555274 Mon Sep 17 00:00:00 2001 From: Kathank Raithatha <99482358+kathankraithatha@users.noreply.github.com> Date: Fri, 12 Sep 2025 23:02:51 +0530 Subject: [PATCH] Update overview.md Line 49: Fixed Typo "FlutterFLow" -> "FlutterFlow" --- docs/resources/ui/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/ui/overview.md b/docs/resources/ui/overview.md index 88181f89..afe433bd 100644 --- a/docs/resources/ui/overview.md +++ b/docs/resources/ui/overview.md @@ -46,7 +46,7 @@ Now let's apply the above concepts to what we see in FlutterFlow as we create ou In FlutterFlow projects, a **Page** is essentially a new section or feature of your app that combines various UI elements to form a complete screen in the app. When you create a new project in -FlutterFLow, an empty page called `HomePage` is the first thing you see on your canvas. +FlutterFlow, an empty page called `HomePage` is the first thing you see on your canvas. How you define your pages defines the flow of the app and user experience for the user. For example, in our [**E-commerce Demo app**](https://bit.ly/ff-docs-demo-v2), after login, the user lands on `ProductListPage` which has a