From 97fa39d5ead308eb6ec2f9b9f3ce36b8d567ebd8 Mon Sep 17 00:00:00 2001 From: Alex Booker Date: Fri, 14 Aug 2015 16:40:10 +0100 Subject: [PATCH] corrected typo --- password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/password.html b/password.html index 2e67b6b5..58ba3e3e 100644 --- a/password.html +++ b/password.html @@ -81,7 +81,7 @@ function outputGeneratedPassword() { var password = passwordGenerator.generatePassword(getOptions()); if (password === '') { - alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options and thent try again. Nice one"); + alert("Whops. You unselected all the options. I don't know what characters you want. Click on the button entitled \"Advanced Options\" and enable some options then try again. Nice one"); return; } $("#password-input").val(password);