Skip to content

Commit d886d34

Browse files
thatfiredevsamtstern
authored andcommitted
docs: fix typo on PhoneAuthActivity.kt (firebase#974)
1 parent 570f9c4 commit d886d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/app/src/main/java/com/google/firebase/quickstart/auth/kotlin/PhoneAuthActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class PhoneAuthActivity : AppCompatActivity(), View.OnClickListener {
116116
// by combining the code with a verification ID.
117117
Log.d(TAG, "onCodeSent:$verificationId")
118118

119-
// Save verification ID and resending token so we can use them latevr
119+
// Save verification ID and resending token so we can use them later
120120
storedVerificationId = verificationId
121121
resendToken = token
122122

0 commit comments

Comments
 (0)