Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-gaurav committed Nov 12, 2019
1 parent 25d3acd commit c77d16d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ class MyHomePageState extends State<MyHomePage>
),
onTap: () async {
var url =
"https://github.com/deep-gaurv/MusicPiped";
"https://github.com/deep-gaurav/MusicPiped";
if (await canLaunch(url)) {
await launch(url);
} else {
Expand Down Expand Up @@ -961,7 +961,7 @@ class MyHomePageState extends State<MyHomePage>
},
),
ListTile(
title: Text("Show License"),
title: Text("View Licenses"),
onTap: () {
showLicensePage(
context: context,
Expand Down

0 comments on commit c77d16d

Please sign in to comment.