Fix docs dotnet core typo (#6950)

This commit is contained in:
Lachlan Greenland
2025-08-20 14:43:11 +08:00
committed by GitHub
parent 00d6e78313
commit 82df9dd747

View File

@@ -81,7 +81,7 @@ You can run the backend on its own:
dotnet run --project Microsoft.AutoGen.AgentHost
```
or you can run iclude it inside your own application:
or you can include it inside your own application:
```csharp
using Microsoft.AutoGen.RuntimeGateway;