fix: typo in download button classname (thanks @dwilding)

This commit is contained in:
Roman Hotsiy 2017-04-25 10:36:35 +03:00
parent 87de7d7180
commit 6b363a5f44
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -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>