Skip to content

Commit

Permalink
Fix typo </head> should be </html> (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
phocks authored Dec 29, 2024
1 parent 0decedf commit 55ac392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/next/introduction/your-first-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ WebAssembly.
<html>
<head></head>
<body></body>
</head>
</html>
```

All that's left to do is to run:
Expand Down

0 comments on commit 55ac392

Please sign in to comment.