Skip to content

Commit afb0c28

Browse files
docs: fix typo in Deep Linking (#1243)
* docs: fix typo in "Deep linking" * docs: fix typo in other versions
1 parent 926a657 commit afb0c28

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-6.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) {

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)