We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1576d commit e30cb24Copy full SHA for e30cb24
auth/README.md
@@ -125,7 +125,7 @@ can be started as follows:
125
126
```
127
startActivityForResult(
128
- // Get an instance of AuthUI based on the current activity (this in the line blow)
+ // Get an instance of AuthUI based on the current activity (`this` in the line below)
129
AuthUI.getInstance(this).createSignInIntentBuilder().build(),
130
RC_SIGN_IN);
131
0 commit comments