Skip to content

Commit

Permalink
Update packages/openapi3/src/lib.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Timothee Guerin <[email protected]>
  • Loading branch information
skywing918 and timotheeguerin authored Oct 17, 2024
1 parent b45816b commit 7e55f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi3/src/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ export const libDef = {
"xml-unwrapped-invalid-property-type": {
severity: "warning",
messages: {
default: paramMessage`The XML Unwrapped can only used on array properties or primitive ones in the OpenAPI 3 emitter, Property '${"name"}' will be ignored.`,
default: paramMessage`XML \`@unwrapped\` can only used on array properties or primitive ones in the OpenAPI 3 emitter, Property '${"name"}' will be ignored.`,
},
},
},
Expand Down

0 comments on commit 7e55f1f

Please sign in to comment.