Skip to content

Commit 63dcdbb

Browse files
typos
1 parent f9a66f9 commit 63dcdbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/ai-foundry/how-to/develop/sdk-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
4848
pip install azure-ai-projects azure-ai-identity
4949
```
5050

51-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
51+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
5252

5353
```python
5454
from azure.identity import DefaultAzureCredential
@@ -68,7 +68,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
6868
* `com.azure.ai.projects`
6969
* `com.azure.core`
7070

71-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
71+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
7272

7373
```java
7474
import com.azure.ai.projects.ProjectsClient;
@@ -95,7 +95,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
9595
npm install @azure/ai-projects @azure/identity
9696
```
9797

98-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
98+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
9999

100100

101101
```javascript
@@ -120,7 +120,7 @@ The Azure AI Foundry Projects client library is a unified library that enables y
120120
dotnet add package Azure.AI.Inference
121121
```
122122
123-
* Create a project client in code. **Copy** the the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
123+
* Create a project client in code. **Copy** the Azure AI Foundry project endpoint from the Overview page of the project and update the connections string value.
124124
125125
```csharp
126126
using Azure;

0 commit comments

Comments
 (0)