Skip to content

Commit bfab00f

Browse files
committed
typo
1 parent 3aad466 commit bfab00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/usage/openapi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Startup
3939
IMvcCoreBuilder builder = services.AddMvcCore();
4040
services.AddJsonApi<AppDbContext>(mvcBuilder: builder);
4141

42-
// Adds the Swashbuckle integration
42+
// Adds the Swashbuckle integration.
4343
services.AddOpenApi(builder);
4444
}
4545

@@ -48,7 +48,7 @@ public class Startup
4848
app.UseRouting();
4949
app.UseJsonApi();
5050

51-
// Adds the Swashbuckle middleware
51+
// Adds the Swashbuckle middleware.
5252
app.UseSwagger();
5353

5454
app.UseEndpoints(endpoints => endpoints.MapControllers());

0 commit comments

Comments
 (0)