Skip to content

Commit 397663c

Browse files
authored
Merge pull request #481 from antfu/fix/stdlib2
fix: stdlib bundling
2 parents 41f82af + d209431 commit 397663c

File tree

3 files changed

+262
-107
lines changed

3 files changed

+262
-107
lines changed

documentation/Runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ You can import remote scripts as you will do for Javascript.
4949

5050
### Outputing Hanzi
5151

52-
By default, it will convert numbers and bools to hanzi. If you want to output raw numbers, you can specify `ouputHanzi="false"` in attr of script tag.
52+
By default, it will convert numbers and bools to hanzi. If you want to output raw numbers, you can specify `outputHanzi="false"` in attr of script tag.
5353

5454
```html
55-
<script type="application/wenyan" ouputHanzi="false">
55+
<script type="application/wenyan" outputHanzi="false">
5656
吾有一數。曰三。書之。
5757
</script>
5858
```

0 commit comments

Comments
 (0)