Skip to content

Commit

Permalink
Fix typo on elements.blade.php (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ authored Jul 11, 2024
1 parent 85ad491 commit 4dddeb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/external/elements.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>{!! $metadata['title'] !!}L</title>
<title>{!! $metadata['title'] !!}</title>
<!-- Embed elements Elements via Web Component -->
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
Expand Down

0 comments on commit 4dddeb4

Please sign in to comment.