aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/cli/build.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/build.md b/docs/cli/build.md
index 1fce799fd..2c7c78d4f 100644
--- a/docs/cli/build.md
+++ b/docs/cli/build.md
@@ -122,7 +122,7 @@ Then paste the following contents into it:
<html>
<body>
<div id="root"></div>
- < script type="module" src="/index.js"></ script>
+ <script type="module" src="/index.js"></script>
</body>
</html>
```