Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogianolio committed Sep 21, 2020
1 parent 54ee9aa commit 6868a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script type="module">
import { React, ReactDOM } from 'https://unpkg.com/[email protected]/dev';
import htm from 'https://unpkg.com/htm?module'
import { endpoint } from "https://cdn.skypack.dev/@octokit/endpoint";;
import { endpoint } from 'https://cdn.skypack.dev/@octokit/endpoint';
import marked from 'https://unpkg.com/[email protected]/lib/marked.esm.js';

const html = htm.bind(React.createElement)
Expand Down

0 comments on commit 6868a93

Please sign in to comment.