Skip to content

Commit 84d40b7

Browse files
authored
Update create-client.md
1 parent 40e8f59 commit 84d40b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

concepts/sdks/create-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ The client ID is the app registration ID that is generated when you [register yo
2222

2323
:::code language="csharp" source="./snippets/dotnet/src/SdkSnippets/Snippets/CreateClients.cs" id="DeviceCodeSnippet":::
2424

25-
> Include `using` statements for `Azure.Identity` and `Microsoft.Graph` to run this code.
25+
> Include `using` statements for `Azure.Identity` and `Microsoft.Graph` to run this code.
2626
2727
# [Go](#tab/go)
2828

2929
:::code language="go" source="./snippets/go/src/snippets/create_clients.go" id="DeviceCodeSnippet":::
3030

31-
> Include `"github.com/Azure/azure-sdk-for-go/sdk/azidentity"` and, `graph "github.com/microsoftgraph/msgraph-sdk-go"` in your import block to run this code.
31+
> Include `"github.com/Azure/azure-sdk-for-go/sdk/azidentity"` and `graph "github.com/microsoftgraph/msgraph-sdk-go"` in your import block to run this code.
3232
3333
# [Java](#tab/java)
3434

@@ -52,6 +52,6 @@ The client ID is the app registration ID that is generated when you [register yo
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.
5656
5757
---

0 commit comments

Comments
 (0)