We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926a657 commit 9e6b2c0Copy full SHA for 9e6b2c0
versioned_docs/version-6.x/deep-linking.md
@@ -275,7 +275,7 @@ const linking = {
275
async getInitialURL() {
276
// First, you would need to get the initial URL from your third-party integration
277
// 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:
+ // For example, to get the initial URL for Firebase Dynamic Links:
279
const { isAvailable } = utils().playServicesAvailability;
280
281
if (isAvailable) {
0 commit comments