We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87de7d7 commit 6b363a5Copy full SHA for 6b363a5
lib/components/ApiInfo/api-info.html
@@ -1,6 +1,6 @@
1
<div class="api-info-wrapper">
2
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
3
- <p class="donwload-openapi" *ngIf="specUrl">
+ <p class="download-openapi" *ngIf="specUrl">
4
Download OpenAPI (fka Swagger) specification:
5
<a class="openapi-button" target="_blank" attr.href='{{specUrl}}'> Download </a>
6
</p>
0 commit comments