Skip to content

Commit 8f33d28

Browse files
authored
Fix scale description (#2330)
The third case of [scaling-on-the-y-axis](https://tailwindcss.com/docs/scale#scaling-on-the-y-axis) is to show its positive value according to the third figure.
1 parent 55162d6 commit 8f33d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/scale.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Use the `scale-x-<number>` utilities like `scale-x-75` and `-scale-x-150` to sca
189189

190190
### Scaling on the y-axis
191191

192-
Use the `scale-y-<number>` utilities like `scale-y-75` and `-scale-y-150` to scale an element on the y-axis by a percentage of its original height:
192+
Use the `scale-y-<number>` utilities like `scale-y-75` and `scale-y-150` to scale an element on the y-axis by a percentage of its original height:
193193

194194
<Figure>
195195

0 commit comments

Comments
 (0)