From 2321bfdb2128c5f9b81226dbe703429373c5decb Mon Sep 17 00:00:00 2001 From: Gerard Sans Date: Tue, 9 Apr 2019 12:49:28 +0100 Subject: [PATCH] Typo For the same price as I am already here =) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e19860a..1063e3b 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 us the Auth class to do thi. The Auth class has over 30 methods including things like `signUp`, `signIn`, `confirmSignUp`, `confirmSignIn`, & `forgotPassword`. These functions return a promise so they need to be handled asynchronously. ```js // import the Auth component