Skip to content

Commit 06b0486

Browse files
daikazuadamwathan
authored andcommitted
documentation fix (#804)
1 parent 65eb64f commit 06b0486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/docs/grayscale.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ export const classes = {
2020

2121
## Usage
2222

23-
Use the `grayscale` and `grayscale-0` utilities alongside the `backdrop-filter` utility to whether an element should be rendered as grayscale or in full color.
23+
Use the `grayscale` and `grayscale-0` utilities alongside the `filter` utility to whether an element should be rendered as grayscale or in full color.
2424

2525
```html
26-
<div class="backdrop-filter grayscale ...">
26+
<div class="filter grayscale ...">
2727
<!-- ... -->
2828
</div>
2929
```

0 commit comments

Comments
 (0)