Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Hungershausen <jonas.hungershausen@gmail.com>
  • Loading branch information
sashatalalasha and jonas-jonas committed Dec 13, 2023
1 parent f78cfe6 commit 26a0d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter-ory-network/lib/pages/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class _HomePageState extends State<HomePage> {
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(
Expand Down

0 comments on commit 26a0d3b

Please sign in to comment.