Skip to content

Commit eea0980

Browse files
authored
Merge pull request MicrosoftDocs#1737 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/powerapps-docs (branch live)
2 parents f04f3a7 + f7853a8 commit eea0980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/walkthrough-registering-configuring-simplespa-application-adal-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Finally, you can click on **Logout** button to logout.
179179
retrievingAccountsMessage.textContent = "Retrieving 10 accounts from " + organizationURI + "/api/data/v9.1/accounts";
180180
message.appendChild(retrievingAccountsMessage)
181181
182-
// Function to perform operation is passed as a parameter to the aquireToken method
182+
// Function to perform operation is passed as a parameter to the acquireToken method
183183
authContext.acquireToken(organizationURI, retrieveAccounts)
184184
185185
}

powerapps-docs/developer/common-data-service/webapi/enhanced-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ These helpers are also used in the [SampleHelper.cs](https://github.com/Microsof
185185
> [!NOTE]
186186
> Do not add this within the `SampleHelpers` class itself.
187187
188-
This class ensures that the access token is refreshed each time an operation is performed. Each access token will expire after about an hour. This class implements a <xref:System.Net.Http.DelegatingHandler> that will work with the Azure Active Directory Authentication Library (ADAL) authentication context to call the `AquireToken` method everytime an operation is performed so you don't need to explicitly manage token expiration.
188+
This class ensures that the access token is refreshed each time an operation is performed. Each access token will expire after about an hour. This class implements a <xref:System.Net.Http.DelegatingHandler> that will work with the Azure Active Directory Authentication Library (ADAL) authentication context to call the `AcquireToken` method everytime an operation is performed so you don't need to explicitly manage token expiration.
189189
190190
```csharp
191191
/// <summary>

0 commit comments

Comments
 (0)