We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce712b commit 7f3baabCopy full SHA for 7f3baab
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
46
47
In FlutterFlow projects, a **Page** is essentially a new section or feature of your app that combines
48
various UI elements to form a complete screen in the app. When you create a new project in
49
-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.
50
51
How you define your pages defines the flow of the app and user experience for the user. For
52
example, in our [**E-commerce Demo app**](https://bit.ly/ff-docs-demo-v2), after login, the user lands on `ProductListPage` which has a
0 commit comments