From d7b09c0be8b96364b508e4671a968b7258514b6b Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Thu, 4 Jun 2020 17:43:24 +0200 Subject: [PATCH] docs(share): remove wrong sentence (#3051) --- core/src/core-plugin-definitions.ts | 2 +- site/docs-md/apis/share/index.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/core/src/core-plugin-definitions.ts b/core/src/core-plugin-definitions.ts index b90882344..94907eab6 100644 --- a/core/src/core-plugin-definitions.ts +++ b/core/src/core-plugin-definitions.ts @@ -1691,7 +1691,7 @@ export interface ShareOptions { */ text?: string; /** - * Set a URL to share + * Set a URL to share, can be http, https or file URL */ url?: string; /** diff --git a/site/docs-md/apis/share/index.md b/site/docs-md/apis/share/index.md index 6a432ade5..db7fdf963 100644 --- a/site/docs-md/apis/share/index.md +++ b/site/docs-md/apis/share/index.md @@ -31,8 +31,6 @@ let shareRet = await Share.share({ }); ``` -Each platform uses a different set of fields, but you should supply them all. - ## API \ No newline at end of file