From 4d130af609cc8e96ff4a06c9890d38a4b963a3d3 Mon Sep 17 00:00:00 2001 From: flexagoon Date: Tue, 12 Jul 2022 12:02:16 +0000 Subject: [PATCH] fix a typo on the login screen --- lib/components/Login/Login.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/Login/Login.dart b/lib/components/Login/Login.dart index 42b82055..fdc4e4f2 100644 --- a/lib/components/Login/Login.dart +++ b/lib/components/Login/Login.dart @@ -51,7 +51,7 @@ class Login extends HookConsumerWidget { const Text("Don't know how to do this?"), TextButton( child: const Text( - "Follow along the Step by Step guid", + "Follow along the Step by Step guide", ), onPressed: () => GoRouter.of(context).push( "/login-tutorial",