Skip to content

Commit 4338b7c

Browse files
docs(firebase_dynamic_links): fix typo in receive section (#8996)
1 parent 790e450 commit 4338b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dynamic-links/receive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ get the data passed in the Dynamic Link.
1515
1. [Install and initialize the Firebase SDKs for Flutter](/docs/flutter/setup) if you
1616
haven't already done so.
1717

18-
1. From the root direcctory of your Flutter project, run the following
18+
1. From the root directory of your Flutter project, run the following
1919
command to install the Dynamic Links plugin:
2020

2121
```
@@ -102,7 +102,7 @@ start the activity with this intent filter to handle the link.
102102
1. **Optional:** Disable the Dynamic Links SDK's use of the iOS pasteboard.
103103

104104
By default, the Dynamic Links SDK uses the pasteboard to improve the
105-
reliablity of post-install deep links. By using the pasteboard, Dynamic
105+
reliability of post-install deep links. By using the pasteboard, Dynamic
106106
Links can make sure that when a user opens a Dynamic Link but needs to
107107
install your app first, the user can go immediately to the original
108108
linked content when opening the app for the first time after

0 commit comments

Comments
 (0)