Skip to content

Commit 86fd588

Browse files
authored
Merge pull request mitesh77#36 from ChangJoo-Park/patch-1
Fix typo
2 parents 6d59e3a + 83ea200 commit 86fd588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_flutter_ui_templates/lib/hotel_booking/hotel_home_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ class _HotelHomeScreenState extends State<HotelHomeScreen>
458458
child: Row(
459459
children: <Widget>[
460460
Text(
461-
'Filtter',
461+
'Filter',
462462
style: TextStyle(
463463
fontWeight: FontWeight.w100,
464464
fontSize: 16,

0 commit comments

Comments
 (0)