Skip to content

Commit 51cd283

Browse files
authored
docs(deep-link): Fix js inline docs (#2093)
1 parent d44f0ee commit 51cd283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/deep-link/guest-js/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export async function unregister(protocol: string): Promise<null> {
7373
* await isRegistered("my-scheme");
7474
* ```
7575
*
76-
* #### - **macOS / Android / iOS**: Unsupported, always returns `true`.
76+
* #### - **macOS / Android / iOS**: Unsupported.
7777
*
7878
* @since 2.0.0
7979
*/
@@ -92,7 +92,7 @@ export async function isRegistered(protocol: string): Promise<boolean> {
9292
* await onOpenUrl((urls) => { console.log(urls) });
9393
* ```
9494
*
95-
* #### - **Windows / Linux**: Unsupported, the OS will spawn a new app instance passing the URL as a CLI argument.
95+
* #### - **Windows / Linux**: Unsupported without the single-instance plugin. The OS will spawn a new app instance passing the URL as a CLI argument.
9696
*
9797
* @since 2.0.0
9898
*/

0 commit comments

Comments
 (0)