From 75a772d3b031fe5611550f579e1fbf2ef57bdea4 Mon Sep 17 00:00:00 2001 From: Naved Islam Date: Mon, 17 Feb 2020 15:06:34 +0200 Subject: [PATCH 1/2] fix grammar - add 'will' --- docs/share.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/share.md b/docs/share.md index c6baf0f7e71..920db1e07ee 100644 --- a/docs/share.md +++ b/docs/share.md @@ -17,7 +17,7 @@ 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 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 From 5be4e8cd6d5f41ee8cd5b7fcd60ad51d39c0fadb Mon Sep 17 00:00:00 2001 From: Rachel Nabors Date: Mon, 17 Feb 2020 15:43:09 +0000 Subject: [PATCH 2/2] Update share.md Even more perfect grammar ;) --- docs/share.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/share.md b/docs/share.md index 920db1e07ee..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 will always be resolved with action being `Share.sharedAction`. +In Android, returns a Promise which will always be resolved with action being `Share.sharedAction`. ### Content