Skip to content

Commit 8a135d4

Browse files
authored
Merge pull request #33901 from dotnet/main
2 parents 950a11c + a67e142 commit 8a135d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aspnetcore/tutorials/getting-started-with-swashbuckle/includes/getting-started-with-swashbuckle8.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ Swagger provides options for documenting the object model and customizing the UI
9999
The configuration action passed to the `AddSwaggerGen` method adds information such as the author, license, and description.
100100

101101
In `Program.cs`, import the following namespace to use the `OpenApiInfo` class:
102-
H
103-
source="~/tutorials/web-api-help-pages-using-swagger
104102

105103
:::code language="csharp" source="~/tutorials/web-api-help-pages-using-swagger/samples/6.x/SwashbuckleSample/Program.cs" id="snippet_UsingOpenApiModels":::
106104

0 commit comments

Comments
 (0)