Skip to content

Commit 09d4812

Browse files
authored
Update interpolation.mdx
fix typo
1 parent 4ccf1b6 commit 09d4812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/routes/docs/advanced/interpolation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ from 0 to 100, you can use an interpolation to map the range 0 to 1 to 0 to 100.
2323

2424
### Extending the `SpringValue`
2525

26-
The most common use of our interpolation is to conver the value of a `SpringValue` to another value. This is
26+
The most common use of our interpolation is to convert the value of a `SpringValue` to another value. This is
2727
done by using the `to` method.
2828

2929
```tsx lines=10

0 commit comments

Comments
 (0)