Skip to content

Commit

Permalink
Remove whitespace in website tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
moyeah committed Sep 15, 2023
1 parent 73f4bb9 commit 19dd55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.20/tutorial/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Now, let's create an `index.html` at the root of the project.
```html title="index.html"
<!DOCTYPE html>
<html lang="en">
<head> </head>
<head></head>
<body></body>
</html>
```
Expand Down

0 comments on commit 19dd55e

Please sign in to comment.