Skip to content

Commit 65ce749

Browse files
committed
Typo fix.
1 parent 7114179 commit 65ce749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/sdks/create-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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 `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
49+
Include `import` statements for `DeviceCodeCredential` from `azure.identity` and `GraphServiceClient` from `msgraph.graph_service_client` to run this code.
5050

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

0 commit comments

Comments
 (0)