File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ const linking = {
298298
299299 // Next, you would need to get the initial URL from your third-party integration
300300 // It depends on the third-party SDK you use
301- // For example, to get to get the initial URL for branch.io:
301+ // For example, to get the initial URL for branch.io:
302302 const params = branch .getFirstReferringParams ();
303303
304304 return params? .$canonical_url ;
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ const linking = {
275275 async getInitialURL () {
276276 // First, you would need to get the initial URL from your third-party integration
277277 // The exact usage depend on the third-party SDK you use
278- // For example, to get to get the initial URL for Firebase Dynamic Links:
278+ // For example, to get the initial URL for Firebase Dynamic Links:
279279 const { isAvailable } = utils ().playServicesAvailability ;
280280
281281 if (isAvailable) {
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ const linking = {
275275 async getInitialURL () {
276276 // First, you would need to get the initial URL from your third-party integration
277277 // The exact usage depend on the third-party SDK you use
278- // For example, to get to get the initial URL for Firebase Dynamic Links:
278+ // For example, to get the initial URL for Firebase Dynamic Links:
279279 const { isAvailable } = utils ().playServicesAvailability ;
280280
281281 if (isAvailable) {
You can’t perform that action at this time.
0 commit comments