Skip to content

Commit 52e1cf8

Browse files
authored
Fix typo in FirebaseDynamicLinks.java (#2627)
1 parent 625c7db commit 52e1cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-dynamic-links/src/main/java/com/google/firebase/dynamiclinks/FirebaseDynamicLinks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static synchronized FirebaseDynamicLinks getInstance(@NonNull FirebaseApp
7474
* <p>When a dynamic link is clicked by the user, in most cases it is captured when clicked and
7575
* stored until accessed by {@link #getDynamicLink(Intent)} and returned as the {@link
7676
* PendingDynamicLinkData} of the {@link Task}. If the dynamic link was not captured, as is the
77-
* case when App Links launches launches the app, then the dynamic link is provided in the {@link
77+
* case when App Links launches the app, then the dynamic link is provided in the {@link
7878
* Intent#getData()}. The intent data is then processed to retrieve the dynamic link data. If the
7979
* dynamic links is both captured and is present in the intent, then the captured data will take
8080
* precedence. The captured data will be removed after first access.

0 commit comments

Comments
 (0)