Skip to content

Commit d5ab1a8

Browse files
committed
fix typo
1 parent 11dd09c commit d5ab1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-foundry/includes/install-csharp-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To work with Azure AI services in your .NET project, you'll need to install seve
1616
# Add Azure AI SDK packages
1717
dotnet add package Azure.Identity
1818
dotnet add package Azure.AI.Projects
19-
dotnet add package Azure.AI.Agents.Persistant
19+
dotnet add package Azure.AI.Agents.Persistent
2020
dotnet add package Azure.AI.OpenAI
2121
dotnet add package Azure.Search.Documents
2222
```

0 commit comments

Comments
 (0)