mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-16 18:00:33 +03:00
fix: typo in download button classname (thanks @dwilding)
This commit is contained in:
parent
87de7d7180
commit
6b363a5f44
|
@ -1,6 +1,6 @@
|
|||
<div class="api-info-wrapper">
|
||||
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
|
||||
<p class="donwload-openapi" *ngIf="specUrl">
|
||||
<p class="download-openapi" *ngIf="specUrl">
|
||||
Download OpenAPI (fka Swagger) specification:
|
||||
<a class="openapi-button" target="_blank" attr.href='{{specUrl}}'> Download </a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user