Skip to content

Commit

Permalink
docs(getting-started): add missing script tag end (microsoft#3416)
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect authored Jun 30, 2020
1 parent 7b7ab18 commit ab5ac36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/website/src/docs/components/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ A pre-bundled script that contains all APIs needed to use the components is avai
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="https://unpkg.com/@microsoft/fast-components">
<script type="module" src="https://unpkg.com/@microsoft/fast-components"></script>
</head>
<!-- ... -->
</html>
Expand Down

0 comments on commit ab5ac36

Please sign in to comment.