Skip to content

Commit 6a0b067

Browse files
authored
Merge pull request ferdikoomen#999 from vitalybaev/patch-1
Fixed type in client-instances.md
2 parents fa29b50 + 165df05 commit 6a0b067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/client-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The generated client uses an instance of the server configuration and not the gl
77
To generate a client instance, set a custom name to the client class, use `--name` option.
88

99
```
10-
openapi --input ./spec.json --output ./generated ---name AppClient
10+
openapi --input ./spec.json --output ./generated --name AppClient
1111
```
1212

1313
The generated client will be exported from the `index` file and can be used as shown below:

0 commit comments

Comments
 (0)