Skip to content

Commit 91ace9a

Browse files
authored
Fix typo
Fixes a closing tag.
1 parent 156316b commit 91ace9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ When the HTML is loaded on our page, the browser generates its DOM. This enables
416416
<p>
417417
London <strong> is awesome</strong>
418418
</p>
419-
<body>
419+
</body>
420420
</html>
421421
```
422422

0 commit comments

Comments
 (0)