Skip to content

Commit

Permalink
chore: grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
onur-yildiz committed Apr 27, 2022
1 parent 3bb7506 commit f0d2370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static void CropAudio(string videoName, string startDuration, int time)
static async Task Login(Page page)
{
Console.Clear();
Console.WriteLine("Logging in to myinstants...");
Console.WriteLine("Logging into myinstants...");
var creds = GetCredentials();
await page.GoToAsync("https://www.myinstants.com/accounts/login/?next=/new/");
await page.TypeAsync("input[name=login]", creds[0]);
Expand Down

0 comments on commit f0d2370

Please sign in to comment.