From 9e7b63aa5e1a0f9c9cd628b74098c5acd48c21ed Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Tue, 22 Oct 2024 14:05:33 +0200 Subject: [PATCH] remove erroneous text --- .../includes/getting-started-with-swashbuckle8.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md b/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md index 37cfe0581c83..76df4036552f 100644 --- a/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md +++ b/aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md @@ -99,8 +99,6 @@ Swagger provides options for documenting the object model and customizing the UI The configuration action passed to the `AddSwaggerGen` method adds information such as the author, license, and description. In `Program.cs`, import the following namespace to use the `OpenApiInfo` class: -H -source="~/tutorials/web-api-help-pages-using-swagger :::code language="csharp" source="~/tutorials/web-api-help-pages-using-swagger/samples/6.x/SwashbuckleSample/Program.cs" id="snippet_UsingOpenApiModels":::