From 02a1c95774c0e89573625696ddee5dcdce2c411b Mon Sep 17 00:00:00 2001 From: Gerard Sans Date: Tue, 9 Apr 2019 12:51:41 +0100 Subject: [PATCH] Typo Ok. Missed that one before =O --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19860a..02c1d33 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ onChange = (event) => { /> ``` -We'd also need to have a method that signed up & signed in users. We can us the Auth class to do thi. The Auth class has over 30 methods including things like `signUp`, `signIn`, `confirmSignUp`, `confirmSignIn`, & `forgotPassword`. Thes functions return a promise so they need to be handled asynchronously. +We'd also need to have a method that signed up & signed in users. We can use the Auth class to do thi. The Auth class has over 30 methods including things like `signUp`, `signIn`, `confirmSignUp`, `confirmSignIn`, & `forgotPassword`. Thes functions return a promise so they need to be handled asynchronously. ```js // import the Auth component