Skip to content

Commit 2599057

Browse files
Update aspnetcore/fundamentals/openapi/using-openapi-documents.md
Co-authored-by: Safia Abdalla <[email protected]>
1 parent 3aef4ab commit 2599057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/openapi/using-openapi-documents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `Swashbuckle.AspNetCore.SwaggerUi` package provides a bundle of Swagger UI's
3030

3131
[!code-csharp[](~/fundamentals/openapi/samples/9.x/WebMinOpenApi/Program.cs?name=snippet_openapiwithscalar)]
3232

33-
Launch the app and navigate to `https://localhost:<port>/scalar/v1` to view the generated Scalar API Reference.
33+
Launch the app and navigate to `https://localhost:<port>/scalar/v1` to view the Scalar UI.
3434

3535
## Lint generated OpenAPI documents with Spectral
3636

0 commit comments

Comments
 (0)