Skip to content

Commit 77e838b

Browse files
committed
Fix heading
1 parent 0d914d8 commit 77e838b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Your controller method needs to store the request state (URL, query string, and
125125
From within your background process job handler, reconstruct the request state, execute the appropriate `JsonApiResourceService` method and store the result.
126126
There's a basic example available at https://github.com/json-api-dotnet/JsonApiDotNetCore/pull/1144, which processes a captured query string.
127127

128-
### What if I want to use something other than Entity Framework Core?
128+
#### What if I want to use something other than Entity Framework Core?
129129
This basically means you'll need to implement data access yourself. There are two approaches for interception: at the resource service level and at the repository level.
130130
Either way, you can use the built-in query string and request body parsing, as well as routing, error handling, and rendering of responses.
131131

0 commit comments

Comments
 (0)