Skip to content

Commit

Permalink
Update aspnetcore/fundamentals/openapi/using-openapi-documents.md
Browse files Browse the repository at this point in the history
Co-authored-by: Safia Abdalla <[email protected]>
  • Loading branch information
Rick-Anderson and captainsafia authored Dec 10, 2024
1 parent 3aef4ab commit 2599057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/fundamentals/openapi/using-openapi-documents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<port>/scalar/v1` to view the generated Scalar API Reference.
Launch the app and navigate to `https://localhost:<port>/scalar/v1` to view the Scalar UI.

## Lint generated OpenAPI documents with Spectral

Expand Down

0 comments on commit 2599057

Please sign in to comment.