Skip to content

Commit e30cb24

Browse files
committed
Fix typo
1 parent 6b1576d commit e30cb24

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
@@ -125,7 +125,7 @@ can be started as follows:
125125

126126
```
127127
startActivityForResult(
128-
// Get an instance of AuthUI based on the current activity (this in the line blow)
128+
// Get an instance of AuthUI based on the current activity (`this` in the line below)
129129
AuthUI.getInstance(this).createSignInIntentBuilder().build(),
130130
RC_SIGN_IN);
131131
```

0 commit comments

Comments
 (0)