We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ab292 commit 0ee13eaCopy full SHA for 0ee13ea
docs/preprocessors/typescript.md
@@ -4,7 +4,7 @@ To tell us to treat your script tags as typescript, add a `type` or `lang` attri
4
5
```html
6
<!-- Add type="text/typescript" -->
7
-<script type="text/scss">
+<script type="text/typescript">
8
export let name: string;
9
</script>
10
0 commit comments