Skip to content

Commit 9f71678

Browse files
Update src/main/java/com/google/firebase/phonenumberverification/FirebasePhoneNumberVerification.java
Co-authored-by: Kevin Cheung <kevinthecheung@users.noreply.github.com>
1 parent 42c273d commit 9f71678

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/google/firebase/phonenumberverification/FirebasePhoneNumberVerification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* This class is the entry point for the Firebase Phone Number Verification service.
2626
*
2727
* <p>You can get an instance of {@link FirebasePhoneNumberVerification} via {@link #getInstance()},
28-
* or {@link #getInstance(FirebaseApp)} and then use it.
28+
* or {@link #getInstance(FirebaseApp)}.
2929
*/
3030
public final class FirebasePhoneNumberVerification {
3131
private static final String SERVICE_ID = FirebasePhoneNumberVerification.class.getName();

0 commit comments

Comments
 (0)