Skip to content

Commit

Permalink
Fix typo in Requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
daentech committed Mar 25, 2020
1 parent fab1a38 commit 41fd0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Screens/homePage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class _HomePageState extends State<HomePage> {
crossAxisAlignment: CrossAxisAlignment.start,
children: <Widget>[
Text(
"Requirments",
"Requirements",
style: Theme.of(context).textTheme.title,
),
SizedBox(
Expand Down

0 comments on commit 41fd0d5

Please sign in to comment.