Skip to content

Commit 2abf7db

Browse files
authored
Update publish-to-azure-api-management-using-vs.md (#34504)
1 parent e673acf commit 2abf7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/tutorials/publish-to-azure-api-management-using-vs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Complete the following steps to publish the ASP.NET Core web API to Azure API Ma
129129

130130
Notice the name of the API is named *WeatherAPI*; however, we would like to call it *Weather Forecasts*. Complete the following steps to update the name:
131131

132-
1. Add the following to `Program.cs` immediately after `servies.AddSwaggerGen();`
132+
1. Add the following to `Program.cs` immediately after `services.AddSwaggerGen();`
133133

134134
```csharp
135135
builder.Services.ConfigureSwaggerGen(setup =>

0 commit comments

Comments
 (0)