Skip to content

Commit 0ee13ea

Browse files
committed
fix typo in typescript docs
1 parent c0ab292 commit 0ee13ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/preprocessors/typescript.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To tell us to treat your script tags as typescript, add a `type` or `lang` attri
44

55
```html
66
<!-- Add type="text/typescript" -->
7-
<script type="text/scss">
7+
<script type="text/typescript">
88
export let name: string;
99
</script>
1010

0 commit comments

Comments
 (0)