diff --git a/docs/app/routes/docs/advanced/interpolation.mdx b/docs/app/routes/docs/advanced/interpolation.mdx index ca938408dc..21708ae5ad 100644 --- a/docs/app/routes/docs/advanced/interpolation.mdx +++ b/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. ### Extending the `SpringValue` -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 done by using the `to` method. ```tsx lines=10