From 717c1438c4da712b8c18bd19103c00c4aadb7fe1 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Thu, 1 Dec 2016 18:55:59 -0500 Subject: [PATCH] docs(deeplink): update broken return type --- src/plugins/deeplinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/deeplinks.ts b/src/plugins/deeplinks.ts index e84c18c79..ecd44ce53 100644 --- a/src/plugins/deeplinks.ts +++ b/src/plugins/deeplinks.ts @@ -98,7 +98,7 @@ export class Deeplinks { * matches the path, the resulting path-data pair will be returned in the * promise result which you can then use to navigate in the app as you see fit. * - * @returns {Observable} Returns an Observable that resolves each time a deeplink comes through, and * errors if a deeplink comes through that does not match a given path. */ @Cordova({