Skip to content

Commit 9083738

Browse files
committed
Merge branch 'master' of https://github.com/mrin9/RapiDoc
2 parents e04acda + 7623a09 commit 9083738

File tree

8 files changed

+43
-43
lines changed

8 files changed

+43
-43
lines changed

dist/index.html.gz

0 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

819 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

336 Bytes
Binary file not shown.

dist/report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/security-schemes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export default class SecuritySchemes extends LitElement {
6464
</div>
6565
`:``}
6666
${this.schemes[s].type==='http' && this.schemes[s].scheme==='bearer'?html`
67-
Send <code>'Authorization'</code> in header which will contains the word <code>'Bearer'</code> ffollowed by a space and a Token String.
67+
Send <code>'Authorization'</code> in header which will contains the word <code>'Bearer'</code> followed by a space and a Token String.
6868
<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">
6969
<input type="text" name="token" style="width:202px;" placeholder="api-token">
7070
<button

0 commit comments

Comments
 (0)