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",