Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit a5ca892

Browse files
author
Caitlin Bales (MSFT)
authored
Fixed typo
1 parent e114332 commit a5ca892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To get the name of an item you address the `name` property. It is possible for a
1111

1212
The resources that are generated map to the json model described by the [$metadata service document](https://graph.microsoft.com/v1.0/$metadata). There are items that might not be exposed because they expire very quickly or represent functionality that is not featured in this SDK as of yet. To access these fields use `getRawObject()` on the model items and access the specific properties that are not in the model.
1313

14-
Advanced uses can the [MSGraph SDK Code Generator](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator) in concert with updated $metadata from the [beta](https://graph.microsoft.com/beta/$metadata) or other preview endpoints.
14+
Advanced users can use the [MSGraph SDK Code Generator](https://github.com/microsoftgraph/MSGraph-SDK-Code-Generator) in concert with updated $metadata from the [beta](https://graph.microsoft.com/beta/$metadata) or other preview endpoints.
1515

1616
## Issuing requests
1717
To make requests against the service, first build a request with **RequestBuilder** and then build it into a Request object, which is then sent against the service. This follows the URL scheme that the Microsoft Graph API uses for all its resources.

0 commit comments

Comments
 (0)