Skip to content

Commit efcba74

Browse files
typo
1 parent 3324c49 commit efcba74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
2023-03-29
2-
- To address a race condition where apps don't receive Branch params on cold starts, an opt in fix will defer loading the native iOS/Android layer until signalled
2+
- To address a race condition where apps don't receive Branch params on cold starts, an opt in fix will defer loading the native iOS/Android layer until signaled
33
by this plugin in `subscribe()`.
44
This can be enabled by creating a `branch.json` file with the contents:
55
```js

src/BranchSubscriber.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default class BranchSubscriber {
7676
* URI, but onOpenStart was never called. This can be addressed
7777
* by caching the pending URI in the native layers.
7878
*
79-
* An opt in fix will defer loading the native iOS/Android layer until signalled
79+
* An opt in fix will defer loading the native iOS/Android layer until signaled
8080
* by this plugin below.
8181
* This can be enabled by creating a branch.json file with the contents:
8282
{

0 commit comments

Comments
 (0)