Skip to content

Commit d7a7ab0

Browse files
authored
docs: fix typo (#1186)
1 parent 9fbe7aa commit d7a7ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/sfc-style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ A `<style module>` tag is compiled as [CSS Modules](https://github.com/css-modul
126126

127127
The resulting classes are hashed to avoid collision, achieving the same effect of scoping the CSS to the current component only.
128128

129-
Refer to the [CSS Modules spec](https://github.com/css-modules/css-modules) for mode details such as [global exceptions](https://github.com/css-modules/css-modules#exceptions) and [composition](https://github.com/css-modules/css-modules#composition).
129+
Refer to the [CSS Modules spec](https://github.com/css-modules/css-modules) for more details such as [global exceptions](https://github.com/css-modules/css-modules#exceptions) and [composition](https://github.com/css-modules/css-modules#composition).
130130

131131
### Custom Inject Name
132132

0 commit comments

Comments
 (0)