metadevpro / openapi3-ts

TS Model & utils for creating and exposing OpenAPI 3.x contracts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typo in declaration

jkaster opened this issue · comments

headers?: { [heaer: string]: HeaderObject | ReferenceObject };

heaer should be header

Good eye. Thanks! Will fix @jkaster

I appreciate the quick fix!