From 4565540fa87d1726246044a9966e4b0aac6460fb Mon Sep 17 00:00:00 2001 From: Alan Hogan Date: Sun, 11 Jul 2021 20:13:31 -0700 Subject: Fix typo (#38) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit atleast → at least --- src/components/Card.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/Card.js b/src/components/Card.js index 7d24f88..05fd09e 100644 --- a/src/components/Card.js +++ b/src/components/Card.js @@ -28,7 +28,7 @@ export const Card = () => { const onPrint = () => { if (network.password.length < 8) { - alert('Password must be atleast 8 characters'); + alert('Password must be at least 8 characters'); } else { window.print(); } -- cgit v1.2.3