Skip to content

Commit b92368d

Browse files
committed
Adjust heading
1 parent 4ea9abb commit b92368d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/networking/http/http-autoclient.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you need to change the query key, you may call the `key` parameter-based cons
125125

126126
The `GetUsersAsync` method generates an HTTP request with a URL formatted like `/api/users?customQueryKey={customQueryKey}`, as the key name was overridden to `customQueryKey`.
127127

128-
## Auto client's dependency injection hooks
128+
## Dependency injection hooks
129129

130130
Along with the interface's implementation, extension methods are generated to register the client in the dependency injection container. The name of the generated extension method is the same as your interface name, replacing the leading `I` with `Add`.
131131

0 commit comments

Comments
 (0)