Skip to content

Commit f519342

Browse files
committed
fix: whitespace
1 parent 21ed990 commit f519342

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/usage/extensibility/middleware.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ app.UseEndpoints(endpoints => endpoints.MapControllers());
1717

1818
The following middleware components, in respective order, are registered:
1919

20-
21-
2220
Filters:
2321
- `IJsonApiExceptionFilter`
2422
- `IJsonApiTypeMatchFilter`

docs/usage/options.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ options.SerializerSettings.Formatting = Formatting.Indented;
9292

9393
Because we copy resource properties into an intermediate object before serialization, Newtonsoft.Json annotations on properties are ignored.
9494

95-
9695
## Enable ModelState Validation
9796

9897
If you would like to use ASP.NET Core ModelState validation into your controllers when creating / updating resources, set `ValidateModelState = true`. By default, no model validation is performed.

0 commit comments

Comments
 (0)