Skip to content

Commit 4909b17

Browse files
committed
docs: fix typo
1 parent 2585d25 commit 4909b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/scoped-css.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The above will be compiled into:
6262
.a[data-v-f3f3eg9] .b { /* ... */ }
6363
```
6464

65-
Some pre-processors, such as Sass, may not be able to parse `>>>` properly. In those cases you can use the `/deep/` or `::v-deep` combinator instead - both are alias for `>>>` and work exactly the same.
65+
Some pre-processors, such as Sass, may not be able to parse `>>>` properly. In those cases you can use the `/deep/` or `::v-deep` combinator instead - both are aliases for `>>>` and work exactly the same.
6666

6767
## Dynamically Generated Content
6868

0 commit comments

Comments
 (0)