Skip to content

Commit

Permalink
Merge pull request #354 from brahmlower/fix-docs-typeo
Browse files Browse the repository at this point in the history
docs: fixed typo in reference docs
  • Loading branch information
danielgtaylor authored Apr 4, 2024
2 parents 85d94d8 + 43083d3 commit a453f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,7 @@ type OpenAPI struct {
// by tooling as required.
Info *Info `yaml:"info"`

// JSONSchemaDialect is he default value for the $schema keyword within Schema
// JSONSchemaDialect is the default value for the $schema keyword within Schema
// Objects contained within this OAS document. This MUST be in the form of a
// URI.
JSONSchemaDialect string `yaml:"jsonSchemaDialect,omitempty"`
Expand Down

0 comments on commit a453f82

Please sign in to comment.