diff --git a/src/templates/security-scheme-template.js b/src/templates/security-scheme-template.js index 9f5abf95..90ae525f 100644 --- a/src/templates/security-scheme-template.js +++ b/src/templates/security-scheme-template.js @@ -401,7 +401,7 @@ export default function securitySchemeTemplate() {
${v.name}
in ${v.in}
`
- : html`Send Authorization
in header
containing the word Bearer
followed by a space and a Token String.`
+ : html`Send Authorization
in header
containing the word Bearer
followed by a space and the ${e.bearerFormat ?? "Token String"}.`
}