Skip to content

Commit 55ac392

Browse files
authored
Fix typo </head> should be </html> (#767)
1 parent 0decedf commit 55ac392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/next/introduction/your-first-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ WebAssembly.
124124
<html>
125125
<head></head>
126126
<body></body>
127-
</head>
127+
</html>
128128
```
129129

130130
All that's left to do is to run:

0 commit comments

Comments
 (0)