Skip to content

Commit c233c47

Browse files
committed
fixed a typo to correctly provide id as for authentication section
1 parent 7f6675e commit c233c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/security-scheme-template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export default function securitySchemeTemplate() {
270270
return;
271271
}
272272
return html`
273-
<div id='authentication' style="margin-top:24px; margin-bottom:24px;" class = 'observe-me ${'read focused'.includes(this.renderStyle) ? 'section-gap--read-mode' : 'section-gap '}'>
273+
<div id='auth' style="margin-top:24px; margin-bottom:24px;" class = 'observe-me ${'read focused'.includes(this.renderStyle) ? 'section-gap--read-mode' : 'section-gap '}'>
274274
<div class='sub-title regular-font'> AUTHENTICATION </div>
275275
276276
<div class="small-font-size" style="display:flex; align-items: center; min-height:30px">

0 commit comments

Comments
 (0)