Skip to content

Commit b0deeeb

Browse files
Merge pull request #45 from ryanshripat/patch-1
Fixed wrong property name.
2 parents e1d3e75 + 82f4fc6 commit b0deeeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ await graphServiceClient
2222
|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------|
2323
|**CurrentPage** |An `IList<Item>`. |
2424
|**NextPageRequest** |An `IGraphServiceGroupsCollectionRequest` used to get to the next page of items, if another page exists. This value will be null if there is not a next page.|
25-
|**AdditionData** |An `IDictionary<string, object>` to any additional values returned by the service. In this case, none. |
25+
|**AdditionalData** |An `IDictionary<string, object>` to any additional values returned by the service. In this case, none. |
2626

2727
## Adding to a collection
2828

@@ -58,4 +58,4 @@ var children = await graphServiceClient
5858
.Request()
5959
.Expand("thumbnails")
6060
.GetAsync();
61-
```
61+
```

0 commit comments

Comments
 (0)