From 18c7645f6cb82716b677f6af0b35bd60d9c2dde7 Mon Sep 17 00:00:00 2001 From: Vinay0508 <127884148+Vinay0508@users.noreply.github.com> Date: Tue, 24 Oct 2023 22:24:02 +0530 Subject: [PATCH] doc(README): remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bde6de147..4294200d4e 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ class _MyAppState extends State { 11. Once the app is loaded, tap on **Configure Amplify**, then on **Record Event** a few times. -12. To see the events you recoded, run `amplify console analytics`. This will open the Amazon Pinpoint console for your project in your default web browser. Within about a minute you should start seeing the events populating in the Events section of then Pinpoint console. +12. To see the events yourecorded, run `amplify console analytics`. This will open the Amazon Pinpoint console for your project in your default web browser. Within about a minute you should start seeing the events populating in the Events section of then Pinpoint console. Congratulations, you've built your first Amplify app! 🎉