Skip to content

Commit ed1df4f

Browse files
authored
Update 16/umbraco-cms/customizing/foundation/fetching-data/custom-generated-client.md
1 parent 742d345 commit ed1df4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/foundation/fetching-data/custom-generated-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const onInit = (host) => {
6060
};
6161
```
6262
63-
This will set up the HTTP client to use the Management API base URL and authentication method. You can then use the client to make requests to the Management API.
63+
This sets up the HTTP client with the Management API’s base URL and authentication method.. You can then use the client to make requests to the Management API.
6464
6565
{% hint style="info" %}
6666
You can see the above example in action by looking at the [Umbraco Extension Template](../../development-flow/umbraco-extension-template.md).

0 commit comments

Comments
 (0)