Skip to content

Commit 2055768

Browse files
authored
Merge pull request #850 from dragmz/patch-1
Fix sample index.html syntax
2 parents 3b40829 + 85d2c51 commit 2055768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/pages/learn/tdd.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ slug: learn/
9393
<meta charset="UTF-8">
9494
<meta name="viewport" content="width=device-width, initial-scale=1">
9595
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
96-
<script src="sketch.js"></script>>
96+
<script src="sketch.js"></script>
9797
<style> body {padding: 0; margin: 0;} </style>
9898
</head>
9999
<body>

0 commit comments

Comments
 (0)