We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccf1b6 commit 09d4812Copy full SHA for 09d4812
docs/app/routes/docs/advanced/interpolation.mdx
@@ -23,7 +23,7 @@ from 0 to 100, you can use an interpolation to map the range 0 to 1 to 0 to 100.
23
24
### Extending the `SpringValue`
25
26
-The most common use of our interpolation is to conver the value of a `SpringValue` to another value. This is
+The most common use of our interpolation is to convert the value of a `SpringValue` to another value. This is
27
done by using the `to` method.
28
29
```tsx lines=10
0 commit comments