diff --git a/docs/share.md b/docs/share.md index c6baf0f7e71..b5f70fce8fd 100644 --- a/docs/share.md +++ b/docs/share.md @@ -15,9 +15,9 @@ static share(content, options) Open a dialog to share text content. -In iOS, Returns a Promise which will be invoked with an object containing `action` and `activityType`. If the user dismissed the dialog, the Promise will still be resolved with action being `Share.dismissedAction` and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator. +In iOS, returns a Promise which will be invoked with an object containing `action` and `activityType`. If the user dismissed the dialog, the Promise will still be resolved with action being `Share.dismissedAction` and all the other keys being undefined. Note that some share options will not appear or work on the iOS simulator. -In Android, Returns a Promise which always be resolved with action being `Share.sharedAction`. +In Android, returns a Promise which will always be resolved with action being `Share.sharedAction`. ### Content