fixed a typo

This commit is contained in:
Hans Muller
2016-02-04 11:32:01 -08:00
parent 136a8b6667
commit 82bd1789ac

View File

@@ -188,7 +188,7 @@ class GalleryHome extends StatelessComponent {
new GalleryDemo(title: 'Page Selector', builder: () => new PageSelectorDemo()),
new GalleryDemo(title: 'Date Picker', builder: () => new DatePickerDemo()),
new GalleryDemo(title: 'Time Picker', builder: () => new TimePickerDemo()),
new GalleryDemo(title: 'Floation Action Button', builder: () => new TabsFabDemo())
new GalleryDemo(title: 'Floating Action Button', builder: () => new TabsFabDemo())
]
)
]