Skip to content

Commit 51d389e

Browse files
Add closing tag to body in example HTML (#391)
1 parent 878390c commit 51d389e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/Getting-Started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Try creating an `index.html` file with the following contents:
275275

276276
<body>
277277
<script src="./index.js"></script>
278-
<body>
278+
</body>
279279

280280
</html>
281281
```

0 commit comments

Comments
 (0)