Skip to content

Commit 980d0cc

Browse files
Update README.md (#2003)
Spelling mistake corrected 'signinIntent' to "signInIntent"
1 parent 705038e commit 980d0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ can be started as follows:
306306

307307
```java
308308
// Get an instance of AuthUI based on the default app
309-
Intent signinIntent =
309+
Intent signInIntent =
310310
AuthUI.getInstance().createSignInIntentBuilder().build();
311311

312312
signInLauncher.launch(signInIntent);

0 commit comments

Comments
 (0)