From 26a0d3b50821e8dcb8d183c5908790703dc9e7f9 Mon Sep 17 00:00:00 2001 From: Alexandra Talalaieva <25621530+sashatalalasha@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:23:19 +0100 Subject: [PATCH] fix: typo Co-authored-by: Jonas Hungershausen --- flutter-ory-network/lib/pages/home.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter-ory-network/lib/pages/home.dart b/flutter-ory-network/lib/pages/home.dart index 2c515002..7fd48bfc 100644 --- a/flutter-ory-network/lib/pages/home.dart +++ b/flutter-ory-network/lib/pages/home.dart @@ -110,7 +110,7 @@ class _HomePageState extends State { const Padding( padding: EdgeInsets.only(top: 15.0), child: Text( - 'This app mackes REST requests to ORY Kratos Public API to validate and decode the ORY Kratos Session payload:')), + 'This app makes REST requests to Ory Kratos Public API to validate and decode the Ory Kratos Session payload:')), Padding( padding: const EdgeInsets.only(top: 15.0), child: Container(