spelling correction streetareas.dart

This commit is contained in:
Trent Palmer 2019-09-04 16:20:32 -07:00
parent 157189d0d3
commit da9e753199
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class _StreetAreasState extends State<StreetAreas> {
onTap: () async {
await Navigator.push(context, MaterialPageRoute(builder: (context) => SouthWestStreets()));
},
child: cardOne('South West'),
child: cardOne('SouthWest'),
),
InkWell(
onTap: () async {