diff --git a/aspnetcore/fundamentals/openapi/using-openapi-documents.md b/aspnetcore/fundamentals/openapi/using-openapi-documents.md index ca96170fed0f..d087b758cd13 100644 --- a/aspnetcore/fundamentals/openapi/using-openapi-documents.md +++ b/aspnetcore/fundamentals/openapi/using-openapi-documents.md @@ -30,7 +30,7 @@ The `Swashbuckle.AspNetCore.SwaggerUi` package provides a bundle of Swagger UI's [!code-csharp[](~/fundamentals/openapi/samples/9.x/WebMinOpenApi/Program.cs?name=snippet_openapiwithscalar)] -Launch the app and navigate to `https://localhost:/scalar/v1` to view the generated Scalar API Reference. +Launch the app and navigate to `https://localhost:/scalar/v1` to view the Scalar UI. ## Lint generated OpenAPI documents with Spectral