Skip to content

Commit

Permalink
fix: remove double ref text
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Apr 1, 2024
1 parent d9bbfb3 commit 4c998f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func NewAPI(config Config, a Adapter) API {
<meta charset="utf-8" />
<meta name="referrer" content="same-origin" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title>` + title + ` reference</title>
<title>` + title + `</title>
<!-- Embed elements Elements via Web Component -->
<link href="https://unpkg.com/@stoplight/[email protected]/styles.min.css" rel="stylesheet" />
<script src="https://unpkg.com/@stoplight/[email protected]/web-components.min.js"
Expand Down

0 comments on commit 4c998f3

Please sign in to comment.