Skip to content

Commit f9cfd6b

Browse files
MrLeebodrwpow
authored andcommitted
Fix typo
1 parent 8ddb575 commit f9cfd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ npx openapi-typescript schema.yaml
155155
| `--support-array-length` | | `false` | (optional) Generate tuples using array minItems / maxItems |
156156
| `--make-paths-enum` | `-pe` | `false` | (optional) Generate an enum of endpoint paths |
157157
| `--path-params-as-types` | | `false` | (optional) Substitute path parameter names with their respective types |
158-
| `--alphabetized` | | `false` | (optional) Sort types alphabetically |
158+
| `--alphabetize` | | `false` | (optional) Sort types alphabetically |
159159
| `--raw-schema` | | `false` | Generate TS types from partial schema (e.g. having `components.schema` at the top level) |
160160

161161
### 🐢 Node

0 commit comments

Comments
 (0)