Skip to content

Commit

Permalink
fix: typo in download button classname (thanks @dwilding)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Apr 25, 2017
1 parent 87de7d7 commit 6b363a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/ApiInfo/api-info.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 6b363a5

Please sign in to comment.