Skip to content

Commit 09eb201

Browse files
author
Adam Plesnik
committed
Update docs
1 parent 87a9d78 commit 09eb201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/Docs.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const rangeClasses = [
3838
{ className: 'range-on-entry', code: 'animation-range: entry 0% entry 100%' },
3939
{ className: 'range-on-exit', code: 'animation-range: exit 0% exit 100%' },
4040
{
41-
className: 'range/{startValue}-{endValue}',
41+
className: 'range/{startValue}_{endValue}',
4242
code: 'animation-range: cover {value} cover {endValue}',
4343
},
4444
]

0 commit comments

Comments
 (0)