From dea8c6d3803bebfaaa03750d1c1eb182bbe0d3fe Mon Sep 17 00:00:00 2001 From: Ronit Chattopadhyay Date: Tue, 4 Aug 2020 23:41:55 +0530 Subject: [PATCH] Update README.md Typo corrected --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2a04f8..b373d55 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ To view the status of the amplify project at any time, you can run the Amplify ` $ amplify status ``` -### Configuring the React applicaion +### Configuring the React application Now, our resources are created & we can start using them! @@ -897,4 +897,4 @@ componentDidMount() { componentWillUnmount() { this.subscription.unsubscribe() } -``` --> \ No newline at end of file +``` -->