From 8a806848802d04a9102587625fdd335ec70e47b1 Mon Sep 17 00:00:00 2001 From: Chandra Sekhar Bala <57448981+Chandra-Sekhar-Bala@users.noreply.github.com> Date: Mon, 4 Oct 2021 01:47:09 +0530 Subject: [PATCH] Update README.md Spelling mistake corrected 'signinIntent' to "signInIntent" --- auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/README.md b/auth/README.md index bb478fedd..35a26bf4a 100644 --- a/auth/README.md +++ b/auth/README.md @@ -306,7 +306,7 @@ can be started as follows: ```java // Get an instance of AuthUI based on the default app -Intent signinIntent = +Intent signInIntent = AuthUI.getInstance().createSignInIntentBuilder().build(); signInLauncher.launch(signInIntent);