Skip to content

Commit 3fceda7

Browse files
authored
Update 16/umbraco-cms/customizing/foundation/fetching-data/custom-generated-client.md
1 parent a29574f commit 3fceda7

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
@@ -16,7 +16,7 @@ The following examples show how to generate a client from an OpenAPI specificati
1616

1717
The generated client provides a convenient way to make requests to the specified API with type-safety without having to manually write the requests yourself. Consider generating a client to save time and reduce effort when working with custom API controllers.
1818

19-
To get started, you can install the generator using the following command:
19+
To get started, install the generator using the following command:
2020

2121
```bash
2222
npm install @hey-api/openapi-ts

0 commit comments

Comments
 (0)