Skip to content

Commit

Permalink
docs(share): remove wrong sentence (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 4, 2020
1 parent e538bad commit d7b09c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/core-plugin-definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 0 additions & 2 deletions site/docs-md/apis/share/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ let shareRet = await Share.share({
});
```

Each platform uses a different set of fields, but you should supply them all.

## API

<plugin-api name="share"></plugin-api>

0 comments on commit d7b09c0

Please sign in to comment.