Skip to content

Commit 4253f61

Browse files
committed
fix stuff
1 parent 46c908b commit 4253f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/fundamentals/openapi/includes/aspnetcore-openapi9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ var app = builder.Build();
263263
+ app.MapOpenApi();
264264
```
265265

266-
:::moniker-end
267-
268266
Publish the app.
269267

270268
```console
271269
dotnet publish
272270
```
271+
272+
:::moniker-end

0 commit comments

Comments
 (0)