Skip to content

Commit 6b363a5

Browse files
committed
fix: typo in download button classname (thanks @dwilding)
1 parent 87de7d7 commit 6b363a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/ApiInfo/api-info.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="api-info-wrapper">
22
<h1>{{info.title}} <span class="api-info-version">({{info.version}})</span></h1>
3-
<p class="donwload-openapi" *ngIf="specUrl">
3+
<p class="download-openapi" *ngIf="specUrl">
44
Download OpenAPI (fka Swagger) specification:
55
<a class="openapi-button" target="_blank" attr.href='{{specUrl}}'> Download </a>
66
</p>

0 commit comments

Comments
 (0)