Skip to content

Commit 70efbeb

Browse files
authored
Merge pull request MicrosoftDocs#1386 from tony-xia/typos
Fixed several minor typos
2 parents ef1561b + 0f8846f commit 70efbeb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

powerapps-docs/developer/common-data-service/best-practices/work-with-metadata/retrieve-published-metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public RetrieveAllEntitiesAttributesResponse GetAllEntitiesImplicit(IOrganizatio
6060
}
6161
```
6262

63-
### Explictly controlling the behavior
63+
### Explicitly controlling the behavior
6464

6565
Explicitly setting the `RetrieveAsIfPublished` property to retrieve only published customizations
6666

powerapps-docs/developer/common-data-service/online-management-api/sample-quick-start.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ search.audienceType:
1313
search.app:
1414
- PowerApps
1515
---
16-
# Quick Start Sample: Retrieve Common Data Service environements using Online Management API
16+
# Quick Start Sample: Retrieve Common Data Service environments using Online Management API
1717

18-
The C# sample demonstrates how to authenticate to the Online Management API and then retrieve all Common Data Service environements from your Office 365 tenant.
18+
The C# sample demonstrates how to authenticate to the Online Management API and then retrieve all Common Data Service environments from your Office 365 tenant.
1919

2020
The sample uses the authentication [helper code](sample-authentication-helper.md) to easily authenticate to Online Management API using the OAuth 2.0 protocol and pass in the access token in header of your request.
2121

@@ -30,7 +30,7 @@ The sample performs the following tasks:
3030
b. Uses an HttpClient instance to connect to Online Management API service.
3131

3232
c. Specifies the API service base address and the max period of execution time.
33-
1. Uses the **RetrieveInstancesAsync** method to execute a http request to retrieve all Customer Enagement instances in your Office 365 tenant, and then displays the reponse.
33+
1. Uses the **RetrieveInstancesAsync** method to execute a http request to retrieve all Customer Engagement instances in your Office 365 tenant, and then displays the response.
3434

3535
## Run this sample
3636
Before you can run this sample, make sure that you have:

0 commit comments

Comments
 (0)