Skip to content

docs: fix typo in Deep Linking #1243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion versioned_docs/version-5.x/deep-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ const linking = {

// Next, you would need to get the initial URL from your third-party integration
// It depends on the third-party SDK you use
// For example, to get to get the initial URL for branch.io:
// For example, to get the initial URL for branch.io:
const params = branch.getFirstReferringParams();

return params?.$canonical_url;
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/deep-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const linking = {
async getInitialURL() {
// First, you would need to get the initial URL from your third-party integration
// The exact usage depend on the third-party SDK you use
// For example, to get to get the initial URL for Firebase Dynamic Links:
// For example, to get the initial URL for Firebase Dynamic Links:
const { isAvailable } = utils().playServicesAvailability;

if (isAvailable) {
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-7.x/deep-linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const linking = {
async getInitialURL() {
// First, you would need to get the initial URL from your third-party integration
// The exact usage depend on the third-party SDK you use
// For example, to get to get the initial URL for Firebase Dynamic Links:
// For example, to get the initial URL for Firebase Dynamic Links:
const { isAvailable } = utils().playServicesAvailability;

if (isAvailable) {
Expand Down