Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified dist/index.html.gz
Binary file not shown.
40 changes: 20 additions & 20 deletions dist/rapidoc-min.js

Large diffs are not rendered by default.

Binary file modified dist/rapidoc-min.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/rapidoc-min.js.map

Large diffs are not rendered by default.

Binary file modified dist/rapidoc-min.js.map.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/report.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions docs/rapidoc-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/security-schemes.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default class SecuritySchemes extends LitElement {
</div>
`:``}
${this.schemes[s].type==='http' && this.schemes[s].scheme==='bearer'?html`
Send <code>'Authorization'</code> in header which will contains the word <code>'Bearer'</code> ffollowed by a space and a Token String.
Send <code>'Authorization'</code> in header which will contains the word <code>'Bearer'</code> followed by a space and a Token String.
<div class="api-key" data-type="${this.schemes[s].type}" data-scheme="${this.schemes[s].scheme}" data-in="header" data-name="Authorization" style="margin:15px 0">
<input type="text" name="token" style="width:202px;" placeholder="api-token">
<button
Expand Down