Skip to content

Commit 3c98b4d

Browse files
FIX - GetAppDomains readme (#230)
This pull request updates the documentation for the `getAppDomain` method in the `README.md` file to clarify the meaning of the `domain` property. Documentation improvement: * Updated the description of the `domain` property to specify that it refers to the domain used for handling deeplinks, rather than just the environment the app is pointing to. --------- Co-authored-by: Jesus Prieto <[email protected]>
1 parent 0ee9c5f commit 3c98b4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,8 @@ Return info about appDomain
817817
getAppDomain: () => Promise<{domain: string}>;
818818
```
819819
820-
`domain`: the domain value of the environment that the app is pointing to.
820+
`domain`: the domain value of the environment that the app uses for handling
821+
deeplinks.
821822
822823
### getAppMetadata
823824

0 commit comments

Comments
 (0)