From 165df0529f7310074006981439fa207c64c52ab6 Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Wed, 30 Mar 2022 12:54:59 +0400 Subject: [PATCH] Fixed type in client-instances.md --- docs/client-instances.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client-instances.md b/docs/client-instances.md index 33e9c936..bd64539b 100644 --- a/docs/client-instances.md +++ b/docs/client-instances.md @@ -7,7 +7,7 @@ The generated client uses an instance of the server configuration and not the gl To generate a client instance, set a custom name to the client class, use `--name` option. ``` -openapi --input ./spec.json --output ./generated ---name AppClient +openapi --input ./spec.json --output ./generated --name AppClient ``` The generated client will be exported from the `index` file and can be used as shown below: