Skip to content

Commit a35b5de

Browse files
authored
Fix casing of Sass (#2151)
1 parent 262b5a1 commit a35b5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/sfc-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Blocks can declare pre-processor languages using the `lang` attribute. The most
8888
</script>
8989
```
9090

91-
`lang` can be applied to any block - for example we can use `<style>` with [SASS](https://sass-lang.com/) and `<template>` with [Pug](https://pugjs.org/api/getting-started.html):
91+
`lang` can be applied to any block - for example we can use `<style>` with [Sass](https://sass-lang.com/) and `<template>` with [Pug](https://pugjs.org/api/getting-started.html):
9292

9393
```vue-html
9494
<template lang="pug">

0 commit comments

Comments
 (0)