Skip to content

Commit 1aa0d6a

Browse files
authored
Apply suggestions from PR review
Acrolinx fixes and a typo.
1 parent f339ea7 commit 1aa0d6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn-pr/wwl-data-ai/ai-foundry-sdk/06-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ quiz:
4646
explanation: "Incorrect. You can't use the Azure Machine Learning SDK to chat with an Azure AI model inference model."
4747
- content: "Azure AI Language"
4848
isCorrect: false
49-
explanation: "Incorrect. the Azure AI Language SDK is used to consume Azure AI Language resources, not generayive AI models."
49+
explanation: "Incorrect. The Azure AI Language SDK is used to consume Azure AI Language resources, not generative AI models."
5050

5151

learn-pr/wwl-data-ai/ai-foundry-sdk/includes/04-chat-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ except Exception as ex:
5252

5353
::: zone pivot="csharp"
5454

55-
The following C# code sample uses the **GetAzureOpenAIChatClient()** method of the Azure AI project object to get an OpenAI client with which to chat with a model that has been deployed in the project'a Azure AI Foundry resource.
55+
The following C# code sample uses the **GetAzureOpenAIChatClient()** method of the Azure AI project object to get an OpenAI client with which to chat with a model that has been deployed in the project's Azure AI Foundry resource.
5656

5757
```csharp
5858
using Azure.Identity;

0 commit comments

Comments
 (0)