Skip to content

Commit 7114179

Browse files
committed
Formatting and grammar errors.
1 parent 069de2f commit 7114179

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

concepts/sdks/create-client.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,12 @@ Include `use` statements for `Microsoft\Graph\GraphRequestAdapter`, `Microsoft\G
4646

4747
:::code language="python" source="./snippets/python/src/snippets/create_clients.py" id="DeviceCodeSnippet":::
4848

49-
Include `import` statements for `DeviceDodeCredential` from `azure.identity`, and import `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
49+
Include `import` statements for `DeviceDodeCredential` from `azure.identity` and `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
5050

5151
# [TypeScript](#tab/typescript)
5252

5353
:::code language="typescript" source="./snippets/typescript/src/snippets/createClients.ts" id="DeviceCodeSnippet":::
5454

55-
Include import statements for `DeviceCodeCredential` from `@azure/identity`, `Client` from `@microsoft/microsoft-graph-client`, and `TokenCredentialAuthenticationProvider` from `@microsoft/microsoft-graph-client/authProviders/azureTokenCredentials` to run this code.
55+
Include import statements for `DeviceCodeCredential` from `@azure/identity`, `Client` from `@microsoft/microsoft-graph-client`, and `TokenCredentialAuthenticationProvider` from `@microsoft/microsoft-graph-client/authProviders/azureTokenCredentials` to run this code.
56+
5657
---

0 commit comments

Comments
 (0)