Skip to content

Commit 5520e3c

Browse files
docs: fix typo in other versions
1 parent 9e6b2c0 commit 5520e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-5.x/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

versioned_docs/version-7.x/deep-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)