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 6064f89 commit efa554aCopy full SHA for efa554a
docs/tutorials/trello-clone.md
@@ -106,7 +106,7 @@ class AppLayout(ft.Row):
106
self.sidebar = Sidebar(self, page)
107
self._active_view: Control = ft.Column(
108
controls=[ft.Text("Active View")],
109
- alignment=ft.MainAxisAlignmnet.CENTER,
+ alignment=ft.MainAxisAlignment.CENTER,
110
horizontal_alignment=ft.CrossAxisAlignment.CENTER,
111
)
112
self.controls = [self.sidebar, self.toggle_nav_rail_button, self.active_view]
0 commit comments