diff --git a/docs/core/tools/dotnet-new-sdk-templates.md b/docs/core/tools/dotnet-new-sdk-templates.md index 27f8090a90c2d..8aba165964196 100644 --- a/docs/core/tools/dotnet-new-sdk-templates.md +++ b/docs/core/tools/dotnet-new-sdk-templates.md @@ -842,7 +842,7 @@ Creates a web API project with AOT publish enabled. For more information, see [N - **`--no-openapi`** - Turns off OpenAPI (Swagger) support. `AddSwaggerGen`, `UseSwagger`, and `UseSwaggerUI` aren't called. + Turns off OpenAPI (Swagger) support. `AddOpenApi` and `MapOpenApi` aren't called. - **`--no-https`**