Skip to content

Commit efa554a

Browse files
authored
Update trello-clone.md (#395)
Typo
1 parent 6064f89 commit efa554a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/trello-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class AppLayout(ft.Row):
106106
self.sidebar = Sidebar(self, page)
107107
self._active_view: Control = ft.Column(
108108
controls=[ft.Text("Active View")],
109-
alignment=ft.MainAxisAlignmnet.CENTER,
109+
alignment=ft.MainAxisAlignment.CENTER,
110110
horizontal_alignment=ft.CrossAxisAlignment.CENTER,
111111
)
112112
self.controls = [self.sidebar, self.toggle_nav_rail_button, self.active_view]

0 commit comments

Comments
 (0)