Skip to content

Commit 72b2033

Browse files
authored
fix: typo v-bind CSS (#2023)
1 parent 9f7b190 commit 72b2033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/utility-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Used to augment allowed values in style property bindings.
130130
:::
131131

132132
:::info See also
133-
SFC `<style>` tags support linking CSS values to dynamic component state using the `v-bind CSS` function. This allows for custom properties without type augmentation.
133+
SFC `<style>` tags support linking CSS values to dynamic component state using the `v-bind` CSS function. This allows for custom properties without type augmentation.
134134

135135
- [v-bind() in CSS](/api/sfc-css-features.html#v-bind-in-css)
136136
:::

0 commit comments

Comments
 (0)