Skip to content

Commit 3bcbd9f

Browse files
authored
Merge pull request #9598 from JarbasHorst/patch-98520
Fixed usage of e.g. across multiple topics
2 parents 2b6c4f6 + 8c3d142 commit 3bcbd9f

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

api-reference/beta/resources/driverecipient.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: spgraph-docs-team
3-
description: The driveRecipient resource represents a person, group, or other recipient to share with using the invite action.
3+
description: "Represents a person, group, or other recipient to share with using the invite action."
44
ms.date: 09/10/2017
55
title: driveRecipient resource type
66
ms.localizationpriority: medium
@@ -23,11 +23,11 @@ Only one of these values is required; multiple values are not accepted.
2323

2424
The recipients resource has these properties.
2525

26-
| Property | Type | Description |
27-
| :------- | :----- | :------------------------------------------------------------------------------------------------------ |
28-
| email | String | The email address for the recipient, if the recipient has an associated email address. |
29-
| alias | String | The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). |
30-
| objectId | String | The unique identifier for the recipient in the directory. |
26+
| Property | Type | Description |
27+
| :------- | :----- | :-------------------------------------------------------------------------------------------------------------- |
28+
| alias | String | The alias of the domain object, for cases where an email address is unavailable (for example, security groups). |
29+
| email | String | The email address for the recipient, if the recipient has an associated email address. |
30+
| objectId | String | The unique identifier for the recipient in the directory. |
3131

3232
## Relationships
3333
None.

api-reference/beta/resources/fallbackpolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Allows fallback policy to be specified for iOS endpoints only and is designed to be used for high-priority raw notifications that might not be delivered to devices due to platform specific restrictions (e.g. battery saver mode).
17+
Allows fallback policy to be specified for iOS endpoints only and is designed to be used for high-priority raw notifications that might not be delivered to devices due to platform specific restrictions (for example, battery saver mode).
1818

1919
## Properties
2020

api-reference/beta/resources/regionalformatoverrides.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ A collection of strings representing formatting overrides for calendars, dates,
1919

2020
|Property |Type |Description |
2121
|---------------------|-------------------------|---------------------------------------------------------------|
22-
|calendar |String |The calendar to use, e.g., Gregorian Calendar.<br><br>Returned by default.|
23-
|firstDayOfWeek |microsoft.graph.dayOfWeek|The first day of the week to use, e.g., Sunday.<br><br>Returned by default.|
22+
|calendar |String |The calendar to use; for example, Gregorian Calendar.<br><br>Returned by default.|
23+
|firstDayOfWeek |microsoft.graph.dayOfWeek|The first day of the week to use; for example, Sunday.<br><br>Returned by default.|
2424
|shortDateFormat |String |The short date time format to be used for displaying dates.<br><br>Returned by default.|
2525
|longDateFormat |String |The long date time format to be used for displaying dates.<br><br>Returned by default.|
2626
|shortTimeFormat |String |The short time format to be used for displaying time.<br><br>Returned by default.|

api-reference/beta/resources/todo-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ GET /me/todo/lists/{todoTaskListId}/tasks/{todoTaskId}/checklistItems/{checklist
4848

4949
## Linked resource
5050

51-
A [linkedResource](linkedresource.md) represents any item from a partner application related to the task, e.g. an item like email from where a task was created. You can use it to store information and the link back to the related item in your app. To get a linked resource from a task, make the following HTTP request:
51+
A [linkedResource](linkedresource.md) represents any item from a partner application related to the task, for example, an item like email from where a task was created. You can use it to store information and the link back to the related item in your app. To get a linked resource from a task, make the following HTTP request:
5252
``` http
5353
GET /me/todo/lists/{todoTaskListId}/tasks/{todoTaskId}/linkedresources/{linkedResourceId}
5454
```

api-reference/v1.0/resources/driverecipient.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.date: 09/10/2017
44
title: driveRecipient resource type
55
ms.localizationpriority: medium
66
ms.subservice: "sharepoint"
7-
description: "The driveRecipient resource represents a person, group, or other recipient to share with using the invite action."
7+
description: "Represents a person, group, or other recipient to share with using the invite action."
88
doc_type: resourcePageType
99
---
1010

@@ -20,11 +20,11 @@ Only one of these values is required; multiple values are not accepted.
2020
## Properties
2121
The recipients resource has these properties.
2222

23-
| Property name | Type | Description |
24-
|:--------------|:-------|:--------------------------------------------------------------------------------------------------------|
25-
| alias | String | The alias of the domain object, for cases where an email address is unavailable (e.g. security groups). |
26-
| email | String | The email address for the recipient, if the recipient has an associated email address. |
27-
| objectId | String | The unique identifier for the recipient in the directory. |
23+
| Property name | Type | Description |
24+
|:--------------|:-------|:----------------------------------------------------------------------------------------------------------------|
25+
| alias | String | The alias of the domain object, for cases where an email address is unavailable (for example, security groups). |
26+
| email | String | The email address for the recipient, if the recipient has an associated email address. |
27+
| objectId | String | The unique identifier for the recipient in the directory. |
2828

2929
## JSON representation
3030

api-reference/v1.0/resources/todo-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ GET /me/todo/lists/{todoTaskListId}/tasks/{todoTaskId}/checklistItems/{checklist
4646

4747
## Linked resource
4848

49-
A [linkedResource](linkedresource.md) represents any item from a partner application related to the task, e.g. an item like email from where a task was created. You can use it to store information and the link back to the related item in your app. To get a linked resource from a task, make the following HTTP request:
49+
A [linkedResource](linkedresource.md) represents any item from a partner application related to the task, for example, an item like email from where a task was created. You can use it to store information and the link back to the related item in your app. To get a linked resource from a task, make the following HTTP request:
5050
``` http
5151
GET /me/todo/lists/{todoTaskListId}/tasks/{todoTaskId}/linkedresources/{linkedResourceId}
5252
```

0 commit comments

Comments
 (0)